/* CSS Document */

body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

a {
	color: #FF0000;
	text-decoration: none;
	
}

a:hover {
	color: #FF0000;
	text-decoration: underline;