.body {
	color: #333333;
	font-size: 11px;
	font-family: Courier, Geneva, Arial;
}


a:link {
	color : "#CC3300";
	text-decoration: none;
}


a:active {
	color: #CC6600;
	text-decoration: none;
}


a:visited {
	color: #CCCCCC;
	text-decoration: none;
}


a:hover {
	color: #666666;
	text-decoration: underline;
}




