
a:link {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}
	
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {	
	color: #AAAAAA;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	behavior: url(csshover.htc);
	font-size: 100%;
}