body { /*sets styles for global document*/
   background-color: #190496;
   color: #fff;
   font-family: verdana;
   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: #00ff00;
	text-decoration: underline;
	}


a.nav:link { /*sets styles for links*/
font-family: impact;
font-size: 30px;
color: #ffff00;
	text-decoration: underline;
	}

a.nav:visited {
color: #ffff00;
font-family: impact;
font-size: 30px;
text-decoration: underline;
}

a.nav:hover {
   color: #ff0000;
font-family: impact;
font-size: 30px;
	text-decoration: underline;
	}
	a.one:link {
	color: #000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

	a.one:visited {
	color: #000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

	a.one:hover {
	color: #ff0000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:link { /*sets styles for links*/
font-family: verdana;
font-size: 12px;
color: #ffff00;
	text-decoration: underline;
	}

a.menu:visited {
   color: ##ffff00;
	text-decoration: underline;
	}

a.menu:hover {
   color: #ffff00;
	text-decoration: underline;
	}

p { /*sets styles for paragraph*/
   color: #fff;
   font-size: 12px;
   font-weight: normal;
   margin: 0 1em 0.5em;
   padding: 0;
   text-align: left;
   }

h1 { /*sets styles for h1*/
   color: #ffff00;
   font-size: 18px;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
h2 { /*sets styles for h2*/
   color: #fff;
   font-size: 12px;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
h3 { /*sets styles for h3*/
   color: #fff;
   font-size: 11px;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
