body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #171717;
	background-image:url(../images/topGrad.png);
	background-repeat:repeat-x;
	font-weight: lighter;
}
a:link {
	color:#00FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#009900;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
H1 { text-align:center
}

.floated{
float:right; margin-left: 1em; margin-top: 0; 
}