
H1 {
	font-family : "Times New Roman", Times, serif;
	font-size : 36px;
	font-weight : 800;
	color:Teal;
}
H2 {
	font-family : "Arial";
	font-size : 18px;
	font-weight : bold;
	color:black;
	
	
}


BODY {
	margin-left : 25px;
	margin-top : 15px;
	font-family : "Arial";
	font-size : 12px;
}

TABLE {
	font-family : "Arial";
	font-size : 12px;
}


A:LINK {
	font-family : "Arial";
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color: #000080;
}

A:VISITED {
	font-family : "Arial";
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color: #000080;
}

