body
  {
    background-color: #1080c0;
    background-image: url(gradient.gif);
    background-repeat: repeat-x;
    color: white;
    font-size: 12pt;
    font-family: sans-serif;
  }

a
  {
    color: white;
  }

div.header
  {
    color: white;
    font-size: 32pt;
    font-family: sans-serif;
    text-align: right;
    padding: 10px 10px 10px 10px;
  }

div
  {
    color: white;
    font-size: 12pt;
    font-family: sans-serif;
  }

.menu
  {
    color: white;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
  }

.menu:hover
  {
    background-color: #5A8EC6;
  }

.toolbar 
  {
    padding: 5px 0px 5px 0px;
  }

.footer
  {
    color: white;
    font-size: 8pt;
    text-decoration: none;
    padding: 5px;
  }


