

body {
    background-color : #395673;
    color : white;
    font-family : verdana, arial, helvetica, 'sans-serif';
    font-weight : bold;
  }


a:link {
    color: yellow;
  }


a:visited {
    color : lightgray;
  }


a:hover {
    color: white;
  }


div.header {
  }


div.navigation {
    left : 10px;
    position : absolute;
    top : 200px;
    width : 20%;
  }


div.navigation ul {
    list-style: none;
    margin: 15px 15px 15px 15px;
    padding: 0;
  }


li.currentpage {
    list-style-type: square;
  }


div.content {
    margin-left : 25%;
  }


div.content ul {
  }


div.server {
    float : right;
    font-size : 10pt;
  }

