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

	a { text-decoration: none }
  	a:link { color: #990099 }
	a:visited { color: #CC0099 }
	a:hover { color: #CC0000; font-weight: bold }

p.first { font-size: 20px; text-align: center; font-weight: bold }
p.second { font-size: 14px; text-align: justify } 
p.third { font-size: 14px; text-align: center }
p.fourth {font-size: 10px; text-align: center }
p.fifth {font-size: 16px; text-align: center; font-weight: bold }
p.sixth { font-size: 14px; text-align: justify; font-weight: bold }
p.seventh {font-size: 16px; text-align: justify; font-weight: bold }
p.eighth {font-size: 12px; text-align: center }
li { font-size: 14px; }
li.first {font-size: 18px; }

ul { padding: 0;
  margin: 0;
  list-style: none; }

#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; }

