body { font-family: verdana, helvetica, arial, sans-serif; 
	color: #FFCC66;
	background-color: #440000 }

	a { text-decoration: none }
  	a:link { color: #FFCC00 }
	a:visited { color: #FF9900 }
	a:hover { color: #CC0000; }

p.first { font-size: 12px; text-align: left;  }
p.second { font-size: 14px; text-align: justify; } 
p.third { font-size: 12px; font-weight: bold }
p.fourth {font-size: 14px; text-align: center; }
p.fifth {font-size: 10px; text-align: center; font-weight: bold; }
p.sixth { font-size: 12px; font-weight: bold; color: FF9933; }
p.seventh { font-size: 12px; text-align: center;  }

h1 { font-size: 23px; }
h2 { font-size: 18px; font-weight: bold }

li { font-size: 12px; }
li.first {font-size: 18px; }

ul { padding: 0;
  margin: 10; }

#nav a { display: block;
	width: 11em;
	}


#nav li { float: left;
	width: 8em;
	}

#nav li ul { position: absolute;
	width: 9em;
	left: -999em; }

#nav li:hover ul { left: auto; background: #330033; }

#nav li:hover, #nav li.hover {
    position: static; }

