a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: underline;
	color: #808080;
}
a:active {
	text-decoration: none;
	color: #808080;
}
.text {font-family: "Lucida Grande", Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 12px; }


#body {
	z-index:1;
	align: center;
	width: 99%;
	float: none;
	clear: none;
	position: static;
	margin-top: 10%;
}


