body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	background-color: white;
}

a:link { color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
a:visited { color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
a:hover { color: navy; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: bold;
	}
a:active { color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	}

table {
	background-color: #6C87D6;
}

hr { color: rgb(146,122,170);
}

h1 { color: rgb(250,250,240);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: 5em;}
h2 { color: rgb(250,250,240);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: 4em;}
h3 { color: rgb(250,250,240); 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: 3em;}
h4 { color: rgb(250,250,240); 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: 2em;}
h5 { color: rgb(250,250,240);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: 1em;}
h6 { color: rgb(250,250,240);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: .5em;}
h7 { color: rgb(250,250,240);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: em;}
	
li {
	line-height: 1.5em;
}	

a.nav:link {color: white; text-decoration: none; font-weight: bold;}
a.nav:hover {color: #777777; font-weight: bold;}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(255,255,255);
	text-align: center;
}
