body {
	font-family: helvetica, georgia, arial, sans-serif;
	font-size: 62.5%;  /* 16px × 62.5% = 10px -- use .em for font sizes */
	color:white;
	background-color:black;
	background-image:url(../images/background-v4.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#content {
	background-color: black;
	width: 1024px;
}
#nav {
	position: absolute;
	margin-left: 60px;
	top:380px;
}
#linkattr a, #list-menu a, #maplinkattr a{
	font-size: 1.2em;
	font-family: Tahoma, Verdana, sans-serif; 
	text-transform: lowercase;
	line-height: 1.8em;
}

#linkattr a:link, #linkattr a:visited {
	color: #FAFAC4;
	text-decoration: none;
}
#linkattr a:hover {
	color: #FFACD4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2FBAA;
}
#linkattr a:active {
	color: #9C7764;
}