html 
{
background-color: #FFFFFF;
}

body 
{
margin: 0%;
background-color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .75em;
color:black;
border: 5px #0000cc solid;margin-top: 3%;margin-left: 3%;margin-bottom: 3%;margin-right: 3%;}


/* The following four selectors allow you to select links when they are in the four different states: link - before they have been visited, visited - after it has been visited, hover - when the mouse is over the link, active - when the user clicks the link. */

a:link {
text-decoration: none;
color: #990000;
}

a:visited {
text-decoration: none;
color: #990000;
}

a:hover {
text-decoration: none;
color: #cc9933;
background-color: #FFFFFF;
}

a:active {
text-decoration: none;
color: #990000;
background-color: #FFFFFF;
}

h1 {font-size: 1.0em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #cc9933;
background-color: #ffffff;}

h2 {font-size: 1.4em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-style: italic;
text-align: left;
color: #000000;
background-color: #ffffff;}

b
{font-family: Verdana, Helvetica;
color:#cc9933;
}

