body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	color: black;
	background-color: white;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	line-height: 20px;
}

a:link, a:visited  {
	color: #3333CC;
	background: transparent;
	text-decoration: none;

}
a:active { color: #3333CC; background: transparent; }

a:hover { color: #3333CC; background: transparent; text-decoration:  underline; }

a:link img, a:visited img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #04334D; background: white; }
h1 { font: bold 160% sans-serif; }
h2 { font: bold 120% sans-serif; }
h3 { font: 110% sans-serif; }
h4 { font: bold 100% sans-serif; }
h5 { font: italic 100% sans-serif;}
h6 { font: small-caps 100% sans-serif; }

.william{
	text-align: center;
	padding: 2px 0px 0px 0px;
}

.topnav{
	font-weight: bold;
	height: 40px;
	text-align: center;
	padding-top: 20px;
}
.topnav a:link, .topnav a:visited{
	color: White;
	text-decoration: none;
}
.topnav a:hover{
	text-decoration: underline;
}

.content{	

	text-align: justify;
}
.content a:link, .content a:visited{
	color: Blue;
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;
}
.footer a:link, .footer a:visited{
	color: White;
}
.footer{
	font-weight: bold;
	text-align: center;
	background-image: url(../images/gra.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
}
.footerlink{
	text-align: center;
	font-size: 10px;
	color: Black;
	padding: 3px;
	
}
.footerlink a:link, .footerlink a:visited{
	color: Black;
	vertical-align: top;
	text-decoration: none;
	font-weight: bold; 	
}
.footerlink a:hover{
	text-decoration: underline;
}