h1 {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#CCCCCC;
	margin-right: 10px;
	text-decoration: none;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 10px;
	margin-top:10px;
	color:#FF0000;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	color:#990000;
	text-decoration: none;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 20px;
	margin-top:10px;
	color:#FF0000;
	text-decoration: none;
}
body {
	background-color:#000000;
}

a:link, a:visited {
font-weight: normal;
text-decoration: none;
color:#CC0000;
}

a:hover {
font-weight: normal;
text-decoration: none;
color:#990000;
}


