/* CSS Document */

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 75%; 
	line-height: 170%;
	background-color: #eee;
	color: #333;
}

a:link, a:visited {
	color: #000;

	text-decoration: none;
	background-color: #fff;
}

a:hover {
	color: #CC0000;
	background-color: #eee;

	text-decoration: none;
}