body,td,th {
	font-family: "Courier New", Courier, mono;
	color: #EEEEEE;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}

A:link {
	color: #FF0000;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-size: 12px;

}

A:hover {
	color: #FFCC00;
	text-decoration:underline;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;

}

A:active {
	color: #FF0000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;

}

A:visited {
	color: #CC0000;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;

}

A:visited:hover {  
	color: #FF00FF; 
	text-decoration:underline;
}
