body
{
     color: blue;
     font-family: Verdana,Helvetica,sans-serif;
}

h1
{
  text-align: center;
}

a
{
     color: #3399FF;
     text-decoration: none;
}

#content a:hover
{
     background: #3399FF;
     color: white;
}

td, table, th
{
     border-width: 1px;
/*     border-style: solid; */
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}

th
{
     padding-left: 5px;
     padding-right: 5px;
}

.history td, p
{
     text-align: justify;
     font-size: 10.5pt;
}

.caption
{
     text-align: center;
     font-size: 8pt;
}

.menu
{
    background: rgb(151,203,255);
}

.menuItem a
{
     color: white;
     text-decoration: none;
}

.menuItem:hover
{
     color: rgb(151,203,255);
     background: white;
}

.menuItem:hover a
{
     color: rgb(151,203,255);
}

.subMenu
{
    background: rgb(89,170,255);
}

.subMenuItem a
{
     color: white;
     text-decoration: none;
}

.subMenuItem:hover
{
     color: rgb(89,170,255);
     background: white;
}

.subMenuItem:hover a
{
     color: rgb(89,170,255);
}

.highlighted
{
     background: white;
     color: rgb(89,170,255);
     text-decoration: none;
}

a img
{
     border-style: none;
}
