body 
  {
    background-color: #FFFFCF;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  }
 
a
  {
    color: #BB0000;
    background-color: transparent;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;	
    text-decoration: none;
  }
  
a:visited 
  {
    color: #BB0000;
    background-color: transparent;
    font-style: normal;
    font-weight: normal; 
    text-decoration: none;
  }
  
a:hover
  {
    color: #000000;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }
  
a:active
  {
    color: #000000;
    background-color: transparent;
    font-style: normal;
    font-weight: normal; 
    text-decoration: none;
  }
  
div#pagina
  {
    width: 762px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    overflow: visible;
  }

div#testata_menu
  {
    width: 762px;
    border-top: 1px solid #000000;
    padding-bottom: 15px;
  }
  
div#paragrafo
  {
    background-color: #FFFFCF;
    width: 720px;
    position: relative;
    margin-left: 10px;
  }  

div#footer
  {
    background-color: #FFFFCF;
    font-size: 10px;
    width: 762px;
    height: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #000000;
  }