a {text-decoration: none;}
      
a:link {color:black; 

       }
       
:link {color:black;

       }
       
v:link {color:black;
       }
       
h:link {color:black; 
       font-style:italic;
       }
  

       
body {background-color:white;
      background-image:url("images/background.jpg");  
      background-repeat:repeat-x; 
      text-align:center;
      padding:80px 120px 5px 120px;
      overflow: x-scroll;
      font-family: arial;
      }
      
h3 {font-size: 1.0em;
    color: #b3ee3c;
    font-weight: bold;
    }
      
div#box {width:600px;
         margin-left:200px;
         margin-right:200px;
         }
	
div.toc {border: 2px outset #b3ee3c;
         color:black;
         -moz-border-radius:20px;
         background-color:#b3ee3c;
         background-image:url("images/yellowtexture.jpg");
         width:140px;
         left: 5px;
         top: 100px;
         height: 300px;
         position: fixed;
         text-align:center;
         font-size:1.04em;
         font-family: arial;
         font-weight:bold;
         z-index:3;
         }
        
        
div.top {border:none;
         border-top:3px inset #118511;
         background-color: #33cc33;
         border-bottom:3px outset #118511;
         color: black;
         font: 1.6em Times, Times New Roman;
         position: fixed;
         top:0px;
         left:0px;
         right:0px;
         text-align:center;
        padding:10px;
         }
         
div.bottom {border:none;
         background-color: #118511;
         border-top: 2px outset #118511;
         color: white;
         font-weight:bold;
         font: .8em Times, Times New Roman;
         position: fixed;
         left:0px;
          bottom:0px;
         width:100%;
         height: 26px;
         z-index:5;
         }
         

         
div.admin {font-size:.5em;
          border:1px outset;
          width:80px;
          -moz-border-radius:40px;
          padding:6px;
          bottom:40px;
          right: 32px;
          position:fixed;
          z-index:4;
          color:grey;
          }
          
span.metal {font-size:.6em;
            }
         
table.bottom {border:none;
              width:100%;
              text-align:center;
              color:white;
              }
              
td.bottom {width:18%;
           border:none;
           }
              
