/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color:#666666;
	text-align: center;
}


a:link {
	color: #fff;
	font-size: .75em;
	text-decoration: none;
	}
	
a:visited {
	color: #fff;
	font-size: .75em;
	text-decoration: none;
	}
	
a:active {
	color: #fff;
	font-size: .75em;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	font-size: .75em;
	text-decoration: underline;
	}

.floatright {
	float:right;
	}
.floatleft {
	float: left;
	}
