BODY {
	
	font : 12px "Times New Roman", Times, serif;
	scrollbar-face-color : White;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : White;
	scrollbar-darkshadow-color : White;
	scrollbar-highlight-color : Black;
	scrollbar-shadow-color : Black;
	scrollbar-track-color : White;
	background-color: White;
	color: Black;
	}

A:LINK {
	text-decoration : none;
	color : Red;
}

A:VISITED {
	text-decoration : none;
	color : Red;
}

A:ACTIVE {
	text-decoration : none;
	color : Red;
}

A:HOVER {
	text-decoration : underline;
	color : Black;
}

P {
	margin-left : 15px;
	margin-right : 20px;
	margin-bottom : 5px;
	margin-top : 5px;
}


TABLE {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
}
H1 {

	font-size : 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}
