body         { font-family: Verdana; font-size: 10pt; background-color: #ffffff }
h1           { font-size: 20pt; font-family: Verdana }
h2           { font-size: 14pt; font-family: Verdana }
a            { font-size: 10pt;color: #320966 }
a:hover      { color: #758636 }
a:visited    { color: #320966 }
.alhs        { font-size: 10pt;color: #C3B8D3 }

ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: 3em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #320966;
text-decoration: none;
text-indent: 6px;
list-style-position: outside;
list-style-image: url('arrow.gif');
list-style-type: square;
padding: 6px;
margin: 10px
}

li :link { 
text-decoration: none; 
} 


li :visited { 
text-decoration: none; 
} 

li :hover { 
border-top-width: 1px; 
border-top-style: solid; 
border-top-color: #ffffff; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #ffffff; 
}