body { /*sets styles for global document*/
   background-color: #891003;
   color: #ffffff;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 100.01%;
   margin: 0;
   padding: 0;
   }
a:link { /*sets styles for links*/
   color: #000080;
	text-decoration: underline;
	}
a:visited {
   color: #000080;
	text-decoration: underline;
	}
a:hover {
   color: #f00;
	text-decoration: underline;
	}
a.first:link { /*sets styles for links*/
color: #391ed7;
font-family:verdana, arial, helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-align: center;
	}
a.first:visited {
color: #391ed7;
font-family:verdana, arial, helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-align: center;
	}
a.first:hover {
color: #ff0000;
font-family:verdana, arial, helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
text-align: center;
	}

a.second:link { /*sets styles for links*/
   color: #ffff00;
	text-decoration: underline;
	}
a.second:visited {
   color: #ffff00;
	text-decoration: underline;
	}
a.second:hover {
   color: #f00;
	text-decoration: underline;
	}

/*Menu unvisited links*/
a.menulink:link {
color: #ffff00;
font-family:verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: underline;
text-align: center;
}

/*Menu visited links*/
a.menulink:visited {
color: #ffff00;
font-family:verdana arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: underline;
text-align: center;
}

/*Nav unvisited links*/
a.navlink:link {
color: #ffff00;
font-family: arial, helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
text-align: center;
}

/*Nav visited links*/
a.navlink:visited {
color: #ffff00;
font-family: arial, helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
text-align: center;
}

/*Nav active links (not widely supported)*/
a.navlink:active {
color: #ffff00;
font-family: arial, helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
text-align: center;
}

/*Nav links when hovered over (MSIE only)*/
a.navlink:hover {
color: #ff0000;
font-family: arial, helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
text-align: center;
}
h1 { /*sets styles for h1*/
   color: #ffff00;
   font-size: 30px;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
h2 { /*sets styles for h2*/
   color: #000080;
   font-size: 20px;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
h3 { /*sets styles for h3*/
   color: #000080;
   font-size: 11px;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
p { /*sets styles for paragraph*/
   color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   margin: 0 1em 0.5em;
   padding: 0;
   text-align: left;
   }

p.left { /*sets styles for paragraph 1*/
   color: #000000;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   margin: 0 1em 0.5em;
   padding: 0;
   text-align: left;
   }

td {
text-align: center
}

td.left {
text-align: left
}
