h1 {
   text-align: center;
	color: navy;,
	
	
}
h3{
	color:navy;
}
H2 {
	color:navy;
}

h4{
	color:navy;
	
}
body {
	background-color:white;
	background: white; font-family:Arial; font-size:10pt; font-color:navy;
}

tr{
	font-weight : bold;
    color:#000080;font-family:Arial
	
}
table{
	background-color: white;
	border-color: white;
	font-color:navy;
	align: center; font-family:Arial; font-size:10pt
}



A:HOVER {
 color: Red;
}

a:visited {
	color: Green;
}

.clsYellow {
	background-color: Yellow;
}