/* Style sheet */


body {

  color:#000000;

  background-image: url(pics/steel.jpg);

  background-repeat: repeat-y;

  background-color: #6699cc;

  background-position:0px 0

  background-position:top;

  font-family: sans-serif;

  font-size:14px;

  }

h1 {

  color: #3f0408;

  font-size:18pt;

  font-style:bold;

  text-align:center;

  }

  

 h2 {

  color: #3f0408;

  font-size:16pt;

  font-style:bold;

  text-align:center;

  }

  

  h3 {

  color: #3f0408;

  font-size:14pt;

  font-style:bold;

  }

 div.header{

  background-image: url(pics/steel-panel.jpg);

  background-repeat: no-repeat;

  background-position:top;

  background-color:#ffffff;

  position:absolute; top:0px; left:195px;

  width:743px; height:222px; 

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

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

  a:visited { color: #purple; text-decoration: none }

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

  
  a.side:link { color: #000000; text-decoration: none;}

  a.side:active { color: black; text-decoration: none;}

  a.side:visited { color: #000000; text-decoration: none;}

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


div.side{

 color:#000000;

 position:absolute; 
 
 top:230px; 
 
 left:5px;

 width:170px;

 font-size:18pt;

 text-align:center;

 font-style:bold;

 

 }
 
 table{
 font-size:16px;
 }
 
div.body{
 position:absolute; 
 top:230px; 
 left:220px;
 width:700px;
 }

