h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-transform: none;
}
a {
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}
h3 {
	font-family: courier New", Courier, mono;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: xx-large;
	text-decoration: underline blink;
	font-family: "courier New", Courier, mono;
	text-transform: none;
	color: #009900;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #FFFF00;
	font-family: "Courier New", Courier, mono;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

