H1 {font: bold 12pt Times New Roman; margin-top: 0px; margin-bottom: 5px; text-align: center}
H1 {color: #495A96}
H2 {font: 12pt Arial; margin-top: 0px; margin-bottom: 0px; text-align: justify}
H2 {color: #000000}

body { margin: 0px 0px 0px 0px }

A {text-decoration: none;}
A:hover {text-decoration: underline; COLOR: white;}
A {
}
<!-- 
body {scrollbar-face-color: #000080; scrollbar-shadow-color: #3300FF; scrollbar-highlight-color: #3399FF; scrollbar-3dlight-color: #CCFFFF; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #C0C0C0; scrollbar-arrow-color: #FFFF00;}
// -->

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2.0em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 173px;
}


/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 173px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: #000080;
 border-right:1px solid #ffffff;
 border-left:1px solid #ffffff;
 color: #fff;
 font: 12px arial;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 border: 1px solid #ffffff;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #fff;
 font: 12px arial;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFFF99;/*Red*/
 background-color: #5369BB;
}
.menulist  a.highlighted {
 color: #FFFF99;/*Red*/
 background-color: #5369BB;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display: block;
 float: right;
 height: 12px;
 width: 4px;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */
.link3 {text-decoration:none;color:#0000FF;}
.link3:hover {text-decoration:underline;}