
body {
  margin-top: 0px; margin-bottom: 0pX; margin-left: 0px;
  font-family: arial,helvetica,sans-serif;
}
P,H1,H2,H3,H4,TH,TD  { font-family: arial,helvetica,sans-serif}
h1,h2 { 
   color: blue; 
}

A:link    {color: blue; text-decoration: none;}
A:visited {color: blue; text-decoration: none;}
A:active  {color: blue; text-decoration: none;}
A:hover   {color: blue; text-decoration: underline;}

table {
   border-collapse: collapse;
}

table.data {
   border-width: 1px;
}

hr {
   color: blue;
}

/* css style "mainlist" for 200px width menu */

#mainlist {
    list-style: none;
    padding: .5em;
    vertical-align: middle;
    width: 200;
}

#mainlist ul {
    display: block;
}

#mainlist li {
    padding: .3em .5em .3em .5em;
}

#mainlist li:hover {
    text-decoration: underline;
    background-color: #efe8e2;
}

#mainlist a {
    display: block;
}

