@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #7F0003;
	font-style: oblique;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


.h7 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}


.h8 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
}


a:link {
	text-decoration: none;
	color: #0A0909;	
}

a:visited {
	text-decoration: none;
	color: #0A0909;
}
a:hover {
	text-decoration: none;
	color: #4F4D49;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

