BODY,P {
	font-family : "Times New Roman", Times, serif;
	background-color : #FFFFF0;
	color : Navy;
	text-align : center;
	font : 12pt Times New Roman;
	margin-top : 0%;
	}


TABLE {
	width : 95%;
	text-align : center;
	border-style : none;
	border-width: 0px;
	margin-top : 0%;
	background-color : #FFFFF0;
	color: Navy;
	font: 12pt Times New Roman;
	}

H1 {
	font: 18pt Diploma;
	color: Navy;
	text-align : center;
	border: 1px inset Navy;
	background-color: White;
	}

H2 {
	font : 8pt Times New Roman;
	color: Navy;
	text-align : center;
	}

H3 {
	font : Bold 12pt Times New Roman;
	color: Navy;
	text-align : center;
	text-decoration: underline;
	}

H4 {
	font : Bold 12pt Times New Roman;
	color: Navy;
	text-align : center;
	text-transform: uppercase;
	}

H5 {
	font :bold 12pt Times New Roman;
	font: italic;
	color: Navy;
	text-align : center;
	text-decoration : underline;
	}
	
H6 {
	font : 12pt Times New Roman;
	color: Navy;
	text-align : left;
	text-decoration :none;
	}

A:HOVER {
	font : 12pt Times New Roman;
	color : BLUE;
	background : Yellow;
	}

A:LINK {
	font : 12pt Times New Roman;
	text-decoration : none;
	color : BLUE;
	}
	
A:VISITED {
	font : 12pt Times New Roman;
	text-decoration : none;
	color : BLUE;
	}

.highlight{
	background-color: yellow;
	}