BODY
  {background-image: url('sky.jpg');
   font-family: georgia, palatino, verdana, helvetica, courier, arial;
   margin: 1em;
   background-color:0077cc;
  }
P
  {font-size: 14pt;
  }
TD.links
  {font-size: 14pt;
   padding: .5em;
   vertical-align:text-top
  }
SPAN.Italic990099-26
  { color: #990099; 
    text-decoration: underline;
    font-size: 26.0pt;
    font-weight: bold; font-style: italic }
SPAN.004400-18
  { color: #004400; 
    text-decoration: underline;
    font-size: 18.0pt;
    font-family: palatino, verdana, helvetica, georgia, courier, arial;
    font-weight: bold }
SPAN.Italic004400-18
  { color: #004400; 
    text-decoration: underline;
    font-size: 18.0pt;
    font-family: palatino, verdana, helvetica, georgia, courier, arial;
    font-weight: bold; font-style: italic }
H1.Italic990099-26
  { color: #990099; 
    text-align: center;
    text-decoration: underline;
    font-size: 26.0pt;
    font-weight: bold; font-style: italic }
H1.004400-18
  { color: #004400; 
    text-align: center;
    text-decoration: underline;
    font-size: 18.0pt;
    font-family: palatino, verdana, helvetica, georgia, courier, arial;
    font-weight: bold }
P.ItalicHeader18
  { color: black; 
    text-align: center;
    font-size: 18.0pt;
    font-style: italic }
P.ItalicHeader18Left
  { color: black; 
    text-align: left;
    font-size: 18.0pt;
    font-style: italic }

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

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid white;
border-left-width: 0;
}

.collect{
background-color: #D8FE89;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: #990099;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #EEFFCC;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: yellow;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
