@charset "utf-8"; 
/*css Document*/


body{ 
background-color:#808040;/* #333 is CSS shorthand code for#333333*/
}
/* You can group similar "selectors" as shown below */
h1, h3 {
color:#fff;
text-align:center;
font-family:arial, sans-serif, serif;
}
h2 {
color:#fff;
text-align:left;
font-family:arial, sans-serif, serif;
}
blockquote {
color:#fff;
text-align:justify;
font-family:"comic sans ms", sans-serif, serif;
}
P {
color:#fff;
font-family:Tahoma, sans-serif, serif;
}
th{
	background-color:#fff;
	color:#fff;
	font-family:Tahoma,sans-serif,serif;
	font-size:10px;
}
td{
	background-color:#0E0E0E;
	color:#fff;
	font-family:Tahoma,sans-serif,serif;
	font-size:10px;
}.centercells {
	text-align: center;
}


a.newcolor:link{
	color:#fff;
}

a:visited {
	color:#FFF;
}

a.newcolor:hover{
	color:#FFF;
}

a.newcolor:active{
	color:#fff;
}

#navbar {
	margin:0;
	padding:0;
	list-style:none;
	line-height:2em;
	
		
}
#navbar a {
	display:block;
	width: 10em;
	color: #FFF;
	height: 1.5em;
	}
li {
	list-style-type: none;
}
#navbar li {
	float:left;
	width:10em;
	}
#navbar li ul {
	display:none;
	
	}
#navbar li:hover ul {
	display:block;
	width:10em;
	margin:-.1em;
	position:absolute;
	}
div.content {
	clear:left;
	color: white;
}
ul {
	background-color: Grey;
}


a:link {
	text-decoration: none;
	color: #fff;
}
#navbar {
	color: white;
	list-style-image: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: white;
}
a:active {
	text-decoration: none;
}