body {
font-size: 62.5%;
}
.logo{
	width:166px;
	height:166px;
	background-color:gray;
}
.spacer{
	height:100px;
}
.css {
    font-family: helvetica, geneva, arial, sunsans-regular, sans-serif;	
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-decoration: none;
	letter-spacing: 0.04em;
	word-spacing: normal;
	border: none;
	position: absolute;
	height: auto;
	width: auto;
}
.nav {
	font-family: helvetica, geneva, arial, sunsans-regular, sans-serif;
	font-size: 1em;
	
}
.nav A{
	font-family: helvetica, geneva, arial, sunsans-regular, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
    
}

.nav a:hover {
color: white; 
background-color: red;
text-decoration: none;
border: 2px solid red; 

}
.topnav {
	font-family: helvetica, geneva, arial, sunsans-regular, sans-serif;
	font-size: 1em;
	text-align:center;
}
.topnav A{
	font-family: helvetica, geneva, arial, sunsans-regular, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

p {
     text-shadow: #000 0 0 0;
}
IMG{
	border:0px;
}