BODY {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color:black;
	margin: 0px;
	padding: 0px;
}

P {
	font-family: arial;
	font-size: 16;
	color: #CCCCCC;
}

B {
	font-family: arial;
	font-size: 16;
	font-weight: bold;
	color: #FFFFFF;
}

A:link, A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #e7c353;
}

A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #f6dc96;
}

H1 {
	font-family: arial;
	font-size: 23;
	color: #9c4b48;
}
	
H2 {
	font-family: arial;
	font-size: 30;
	color: #e7c353;
}

HR {
	BORDER: 0;
	WIDTH: 100%;
	HEIGHT: 3px;
	background-color: #9c4b48;
	color: #9c4b48;
}
