body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.floatright { float: right; 
margin:10 0 0 10;
}
.floatleft { float: left;
margin: 0 10 0 0;
 }
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
