body { /*sets styles for global document*/
   background-color: #0000ee;
   color: #fff;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 100.01%;
   margin: 0;
   padding: 0;
   }
a:link { /*sets styles for links*/
   color: #ffff00;
	text-decoration: underline;
	}
a:visited {
   color: #ffff00;
	text-decoration: underline;
	}
a:hover {
   color: #f00;
	text-decoration: underline;
	}
/*	Menu									*/
big.menu {
color: #000080;
font-family: "arial black";
font-size: 26px;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #ffff00;
text-decoration: none;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #ffff00;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #ffff00;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #ff0000;
}

/*	Nav									*/
small.nav {
color: #00ff00;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

/*	Nav unvisited links							*/
a.navlink:link {
color: #00ff00;
text-decoration: none;
}

/*	Nav visited links							*/
a.navlink:visited {
color: #00ff00;
}

/*	Nav active links (not widely supported)				*/
a.navlink:active {
color: #00ff00;
}

/*	Nav links when hovered over (MSIE only)				*/
a.navlink:hover {
color: #ffff00;
}
h1 { /*sets styles for h1*/
   color: #ffff00;
   font-size: 300%;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
h2 { /*sets styles for h2*/
   color: #ffff00;
   font-size: medium;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
h3 { /*sets styles for h3*/
   color: #ffff00;
   font-size: small;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
p { /*sets styles for paragraph*/
   color: #edeedb;
   font-size: 12px;
   font-weight: normal;
   margin: 0 1em 0.5em;
   padding: 0;
   text-align: left;
   }






