/*This is for the entire document, unless specified. */

body 
{background-color: white;
color: navy;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
scrollbar-base-color: navy}

p {font-size: 9pt}

a
{font-size: 9pt}

a:link {color: navy;
text-decoration: none}
a:visited {color: green;
text-decoration: none}
a:hover {color: sienna;
background-color: white}
a:active {color: mocassin}

/*This is for all the headings*/
h1,h2,h3,h4,h5,h6
{color: red
}

/*This is for any paragraphs that I forget to format*/
p
{font-size: 9pt;
color: navy;
}