BODY {
	
	font : 12px "Times New Roman", Times, serif;
	scrollbar-face-color : #E5E7E7;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #E5E7E7;
	scrollbar-darkshadow-color : #E5E7E7;
	scrollbar-highlight-color : Black;
	scrollbar-shadow-color : Black;
	scrollbar-track-color : #F2F1F1;
	background-color: #D1D1D6;
	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 : #0000CD;
}

P {
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-top : 10px;
}


TABLE {
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
	color : Black;
}
H1 {

	font-size : 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}
