BODY, TD, P, LI, BLOCKQUOTE { 
font-family:arial; 
font-size: 14pt; 
color: #000000; 
margin: 10px 10px 10px 10px;
}
  
A:link { COLOR: blue; text-align:center; font-size: 14pt; font-family:arial; font-weight:bold; TEXT-DECORATION: none}
A:visited { COLOR: blue; text-align:center; font-size: 14pt; font-family:arial; font-weight:bold; TEXT-DECORATION: none}
A:hover {   COLOR: blue; text-align:center; font-size: 14pt; font-family:arial; font-weight:bold; TEXT-DECORATION: underline}
A:active {  COLOR: blue; text-align:center; font-size: 14pt; font-family:arial; font-weight:bold; TEXT-DECORATION: none}

.menu a:link { COLOR: white; text-align:center; font-size: 14pt; font-family:arial; font-weight:bold; TEXT-DECORATION: none;}
.menu a:visited { COLOR: white; text-align:center; font-size: 14pt; font-family:arial; font-weight:bold; TEXT-DECORATION: none;}
.menu a:hover {   COLOR: white; text-align:center; font-size: 14pt; font-family:arial; font-weight:bold; TEXT-DECORATION: underline;}
.menu a:active {  COLOR: white; text-align:center; font-size: 14pt; font-family:arial; font-weight:bold; TEXT-DECORATION: none;}
.menu { line-height:20px;}

h1 { 
font-family:arial; 
font-size: 22pt; 
color: #000000;   
text-align: center
}

h2 { 
font-family:arial; 
font-size: 18pt; 
color: #000000;   
text-align: center;
}

h3 { 
font-family:arial; 
font-size: 16pt; 
text-align: center;
}

h5 { 
font-family:arial; 
font-size: 20pt; 
color: red;   
text-align: left
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 14px Verdana;
line-height:18px;
z-index:100;

}
#dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: white;
text-align:left;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #0000FF;
color: white;
TEXT-DECORATION: underline;
}
