/*
CSS for index site*/

body {
       font-family:verdana,helvetica,arial, sans-serif;
       background-color:black;
       line-height: 125%;
       border: 4px cccccc;
       padding:10;
       margin: 0px;
       

}  

#header {
         border-top: 10px ;
         width: 100%
           

}




  

li {
     font-size: x-small;
     color: black
    
              
}

ul {
       margin-top: 15px;
}



p {
   font-size: x-small;
    font-weight: normal;
   color: black;
     




}





#navigation {
           width: 130px;
             font-size: 50% ;
                             font-weight: normal;
          
}




h1 {
    font-size: x-small;
         background-color:#111111 ;
         color: white;
         padding-top: .5em;
         padding-bottom: .2em;
        padding-left: .4em;
       margin: 0;
}

h2 {
              font-family: verdana;
         font-size: medium;
         font-weight:bold;
           color: white;
           padding-top: 15px
}


h3 {
     
        font-family: lucida handwriting;
         font-size: 220%;
         font-weight:bold;
           color: white;
           padding-top: 15px


}

h4 {
     
        font-family: verdana;
         font-size: small;
         font-weight:bold;
           color: white;
           padding-top: 15px


}

a {
       font-weight:bold;
    
}

a:link {
      
       color: white;
}


a:visited {
      
       color: white;
}

a:hover {
          text-decoration: none;
          color: red;
         
}


a:active {
      
       color: red;
       background-color:yellow;
}



#navigation, #bodycontent, #header {
       position: absolute
               
}

#navigation, #bodycontent {
         top: 170px;
          left: 10px;   
}



#bodycontent {
       left: 250px;
         top: 200px;
      
                
}





