



/*
CSS for Basic site*/

body {
       font-family:verdana,helvetica,arial, sans-serif;
       background-color:#bbbbbb ;
       line-height: 125%;
       border: 1px solid navy;
       padding:15;
       margin: 0px;
        font-size: x-small;

}

p {
    position: absolute;
         top: 300px;
         left: 50px;
   font-size: xx-small;
    font-weight: normal;
   color: black;
     
}





}

h1, h2, h3, h4, h5, h6 {
            font-family: "Trebuchet MS", helvetica, arial, sans-serif;
        
          padding: 10px;  
         color: black;
          
}


h3 {
  font-size: small;
         background-color:none ;
         color: black;
     
         padding-top: 0.1em;
         padding-bottom:0.1em;
        padding-left: 1.0em;
       margin: 10;   
        
            
}


 
       
      

a {
       font-weight: bold;
    
}

a:link {
      
       color: black;
}


a:visited {
      
       color: black;
}

a:hover {
          text-decoration: none;
          color: red;
          background-color; navy;
}


a:active {
      
       color: red;
       background-color:white;
}

.attentiongrab {
                         position: absolute;
         width: 700px;
          font-weight: bold;
     
                 top: 650px;
                    left:450px;  
}






#navigation {
       position: absolute;
         top: 200px;
         left: 40px;
         background: white url(oldpaper.gif) ;                     
         width: 200px;
        height: 100px; 
          font-size:xx-small;
         padding-left: 10;
padding-top: 20;padding-bottom: 20;
}

#datablock2 {
                  position:absolute;
               top:200px;
                    left:300px;
        color: ;
        background: white url(oldpaper.gif) ;
         width:300px ;
      
          font-size: xx-small;

} 

#datablock1 {
                  position:absolute;
               top: 200px;
                    left:650px;
        color: ;
        background: white url(oldpaper.gif) ;
         width:280px ;
         font-size: xx-small;
          padding-bottom: 20;
} 

