  body {
    background-color: #DEDEDE;
    font-family: 'Verdana', sans-serif;
  }
  #reportaz {

  }
  a {text-decoration: none; color: #0000FF;}
  a:hover {text-decoration: underline; color: red;}
  .reportaze a:visited {text-decoration: none; color: #0000A0;}
  .reportaze a:hover {text-decoration: underline; color: red;}
             
  th {
    background-color: #A0A0A0;
    color: #FFFFFF;
  }
  #holder {
    background: url(../_images/bg.gif) repeat-y;
  }
  #holder_in {
    background-color: #FFFFFF;
  }
  #panorama {
    background: url(../_images/mainline.jpg);
  }
  #mainlineleft {
    background: url(../_images/mainlineleft.jpg) no-repeat;
  }
  #mainlineright {
    background: url(../_images/mainlineright.jpg) no-repeat;
  }
  #mainline {
    background: url(../_images/mainlinebg.jpg) repeat-x;
  }
  #weblink {
    text-align: center;
    margin: 20px 0 0 0;
    color: #808080;
  }
  #weblink a {
    color: #808080;
  }