@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #0B0B0B;
	font-weight: normal;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFCC00;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF9900;
	text-decoration: underline;
	font-weight: normal;
}
