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

body  {
		background-color:#5C1E82;
		/* #333 is CSS shorthand code for #333333 */
       }


/* You can group similar "selectors" as shown below */

h1, h3  {
		color: #ff0;
		text-align: center;
		font-family:arial, sans-serif, serif;
		}



h2  {
	color: #f00;
	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:#FFFFFF;
	font-family: "Heavy Heap";
	}

th {
	background-color:#000;
	color:#fff;
	font-family:Tahoma, sans-serif, serif;
	font-size:10px;
	}

td {
	background-color:#800080;
	color:#FFF;
	font-family:"Heavy Heap";
	font-size:18px;
	text-align: center;
	}

a:link {
		text-decoration: none;
		color: #FFFFFF;
		} /*unvisited link*/
		
a:visited {
		text-decoration: none;
		}/*visited link*/

a:hover {
		text-decoration: underline;
		color: #0F0;
		}/*mouse over link*/
		
a:active {
		text-decoration: none;
		}/*selected link*/
		
a.newcolor:link {
			color:#fff;
			}

a.newcolor:visited {
			color:#800080;
			}
			
a.newcolor:hover {
			color:#0F0;
			}
			
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: #5C1E82;
	}
	
#navbar {
		color: white;
		list-style-image: none;
		}
