body { /*sets styles for global document*/
   background-color: #82a4ce;
   color: #000;
   font-family: tahoma, verdana, arial, helvetica;
   font-size: 14px;
   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: #fff;
	text-decoration: underline;
	}

a.nav:link { /*sets styles for links*/
	color: #ffff00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}
a.nav:visited {
 	color: #ffff00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}
a.nav:hover {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}

h1 { /*sets styles for h1*/
   color: #fff;
   font-size: 300%;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
h2 { /*sets styles for h2*/
   color: #fff;
   font-size: medium;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }

p { /*sets styles for paragraph*/
   color: #000;
   font-size: 16px;
   font-weight: normal;
   margin: 0 1em 0.5em;
   padding: 0;
   text-align: left;
	width: 725px;
	   }
a.brian:link { /*sets styles for links*/
 color: #000;
 font-size: 13px;
 font-weight: bold;
 text-decoration: underline;
}
a.brian:visited {
 color: #000;
 font-size: 13px;
 font-weight: bold;
 text-decoration: underline;
}
a.brian:hover {
 color: #ff0000;
 font-size: 13px;
 font-weight: bold;
 text-decoration: underline;
}
.sheep {
 color: #fff;
 font-size: 18px;
 font-style: italic;
 font-weight: bold;
 text-decoration: none;

}



