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

.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 55px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-align: center;
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF9933;
}


a:hover {
	text-decoration: underline;
	color: #FFCC00;
}


a:active {
	text-decoration: none;
	color: #CCCCCC;
}


.style3 {
	font-size: x-small;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}



body {
	background-color: #000000;
}



.style1 {font-family: "Times New Roman", Times, serif}
