p { text-indent: 2em; }
b.title { font-family : sans-serif; font-size: 18; color : #FFFFCC; background: #000099; }
b { font-family : sans-serif; font-size: 18; font-weight: bold ;color : #000000; background: #FFFFCC; }
p.blue { font-family : sans-serif; font-size: 16; color : #000099;; background: #FFFFCC; }
body { font-family : sans-serif; font-size: 16; color : #000000; background-color: #FFFFCC; }
a:link { color : #000099 ;  background-color: #FFFFCC; text-decoration : underline; }
a:visited { color : purple ; background-color: #FFFFCC; text-decoration : underline; }
a:hover { color : red ; background-color: #FFFFCC; text-decoration : underline; }
marginheight=0

<!--
body
{ 
scrollbar-face-color : #FFFFCC; 
scrollbar-highlight-color : #FFFFCC; 
scrollbar-3dlight-color : #000099; scrollbar-shadow-color : #000099; 
scrollbar-darkshadow-color : #ffffcc; scrollbar-track-color : #000099; 
scrollbar-arrow-color : #000099
}
-->


<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

ul{
margin:0;
padding:0;
}

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font-family: Arial;
font-size: 14;
font-weight: bold;
width: 100%;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #FFFFFF;
background-color: #000099;
border-top: 1px solid #000099;
border-right: 1px solid #FFFFCC;
border-bottom: 1px solid #000099;
border-left: 1px solid #000099;
padding: 2px 4px 2px 4px;
text-decoration: none;
font-family: Arial;
font-size: 14;
font-weight: bold;
}

#vdividermenu ul li a:visited{
color:  #FFFF99;
background-color: #000099;
}

#vdividermenu ul li a:hover{
color: #000099;
background-color: #FFFFCC;
border-top: 1px solid #000099;
border-right: 1px solid #000099;
border-bottom: 1px solid #000099;
border-left: 1px solid #000099;
}

</style>

