body {
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:small; 
}

div#logo {
    float: right; 
    padding-left: 10px; 
    padding-bottom: 10px; 
    background: white;
    text-align: center;
}

#logo img {
	border: 0;
}

div#content {
    margin-left:60px;
    margin-bottom:15px;
	font-size:small;
    font-style: italic;
    font-weight:700;
}

#content a {
	text-decoration: none;
	color:#7A9437;
}

#content a:hover {
	background-color:#DEE4CD;
	color:#7A9437;
}

h1 {
	font-size:20; 
    margin-bottom:2px;
    
	border-color:#7A9437;
	border-style:solid;
	border-width:0 0 3px 0;
}
