body {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	color: #ffffff;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-size: 12px;
}
a:active {
	text-decoration: none;
}
