

html,body {
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
  }


body {
    background-color : #000000;
    color : #747474;
    font-family : 'Courier New', 'sans-serif';
    font-size : 14px;
  }


div#container {
    background-color : #000000;
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
    position : relative;
    text-align : left;
    width : 760px;
  }


div#content {
    background-color : #000000;
    margin-bottom : 8px;
    margin-left : 150px;
    margin-right : 8px;
    margin-top : 8px;
    padding-bottom : 4px;
    padding-left : 7px;
    padding-right : 7px;
    padding-top : 4px;
  }


div#menu {
    background-color : #000000;
    left : 0;
    margin-bottom : 8px;
    margin-left : 8px;
    margin-right : 8px;
    margin-top : 8px;
    position : absolute;
    text-align : left;
    top : 181px;
    width : 120px;
  }


div#top {
    height : 181px;
  }


a:link {
    color : #868686;
    font-weight : bolder;
    text-decoration : none;
  }


a:visited {
    color : #6d6d6d;
    text-decoration : none;
  }


div.voci {
    font-family : 'Courier New', 'sans-serif';
    font-size : 19px;
    font-weight : bold;
    list-style-type : none;
    padding-left : 8px;
  }


div.voci:hover {
    background-color : #1f1800;
  }


div#foot {
    font-size : 12px;
    text-align : center;
  }


a img {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    -khtml-opacity:0.7;
  }


a:hover img {
    filter:none;
    -moz-opacity:1.0;
    opacity:1.0;
    -khtml-opacity:1.0;
  }


div#dx {
    margin-left : 220px;
  }


