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

body {
	font-family:"Time Roman", Times, "Times New Roman", serif;
	background-color:#000000;
	margin:0;
	color:#FFFFFF;
	font-size:12px;
}
h1 {
	font-family:"Time Roman", Times, "Times New Roman", serif;
	font-size:14px;
	text-align:center;
}
h2 {
	font-family:"Time Roman", Times, "Times New Roman", serif;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
}
h3 {
	font-family:"Time Roman", Times, "Times New Roman", serif;
	font-size:14px;
}
a, a:hover, a:visited, a:active, a:link {
	color: #FFFFFF;
}

