a {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
body,td,th {
	color: #CAC3BB;
	font-family: "Times New Roman", Times, serif;
}
body {
	background-color: #000000;
}
td {
	background-repeat: repeat-x;
	background-position: center;
}