h1, h2, h3, h4, {
color: "#083194";
background-color: transparent;
font-family: "Arial,Helvetica" , "Sand", Verdana, Arial, "Times New Roman", "Arial MT Bold", sans-serif;
}

p {
color: "";
background-color: transparent;
font-family: "Arial,Helvetica", "Sand", Verdana, Arial, "Times New Roman", "Arial MT Bold", sans-serif;
font-style:""
}
Div {
color: "";
background-color: transparent; 
}

:link { color: navy }  /* for unvisited links */  
:visited { color: 333366 } /* for visited links */  
:active { color: 003366 } /* when link is clicked */ 
:hover { color: red } /* when mouse is over link */}

ol {
list-style-type: lower-alpha;
color: black;
}

li {background-color: white;
font-family: Arial,Helvetica, Sand, Verdana, Arial, Times New Roman, sans-serif;
color: black;
}

table { 
 margin-left: -4%  font-family: ""; 
 border-width: "0";  border-color: navy;
}