a:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
body {
	background-color: #333333;
}
