body { /*sets styles for global document*/
   background-color: #33709f;
   color: #fff;
   font-family: verdana, arial, geneva, 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: #ffcc00;
	text-decoration: underline;
	}
a.nav:link { /*sets styles for links*/
   color: #fff;
   font-family: verdana, arial, geneva, sans-serif;
   font-size: 28px;
	text-decoration: underline;
	}
a.nav:visited {
   color: #fff;
   font-family: verdana, arial, geneva, sans-serif;
   font-size: 28px;
	text-decoration: underline;
	}
a.nav:hover {
   color: #ff0;
   font-family: verdana, arial, geneva, sans-serif;
   font-size: 28px;
	text-decoration: underline;
	}

h1 { /*sets styles for h1*/
   color: #feefd8;
   font-size: 300%;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
h2 { /*sets styles for h2*/
   color: #feefd8;
   font-size: medium;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
h3 { /*sets styles for h3*/
   color: #feefd8;
   font-size: small;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
p { /*sets styles for paragraph*/
   color: #fff;
   font-size: 12px;
   font-weight: normal;
   margin: 0 1em 0.5em;
   padding: 0;
   text-align: left;
   width: 650px;
   }
/*	Links unordered lists							*/
ul {
margin-left: 60px;
list-style: circle;
color: #ffcc00;
font-size: 14px;
font-weight: bold;
text-align: left;
}

/*	The link description							*/
.descript {
font-size: 12px;
color: #fff;
}

.sitedesc {
font-size: 12px;
color: #fff;
text-align: left;
}
.small {
font-size: 10px;
color: #000;
}

