BODY {
	
	font : 10px Arial, Helvetica, sans-serif;
	scrollbar-face-color : Black;
	scrollbar-arrow-color : white;
	scrollbar-base-color : Black;
	scrollbar-darkshadow-color : Black;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
	scrollbar-track-color : black;
	background-color: Black;
	color: White;
	}

A:LINK {
	text-decoration : none;
	color: Black;
}

A:VISITED {
	text-decoration : none;
	color: Black;
}

A:ACTIVE {
	text-decoration : none;
	color: Black;
}

A:HOVER {
	text-decoration : underline;
	color: Black;
}

P {
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 5px;
	margin-top : 0px;
}


TABLE {
	font-size : 11px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}

H1 {

	font-size : 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}
hr {
	color: Maroon;
}