/* myfirst.css - some CSS definitions for your-name-here's web-pages */


body 
{ 
background-image: url(/images/ILBackGrnd.jpg); 
background-attachment: fixed
}

hr {color: DarkBlue; size: 4}

h1 { font-size: 28px; color: #000; font-family: Arial Black, sans-serif; }
h2 { font-size: 24px; color: #000; font-family: Arial, sans-serif; }
h3 { font-size: 18px; color: #630; font-family: Arial, sans-serif; }
h4 { font-size: 12px; color: #630; font-family: Arial, sans-serif; }
h5 { font-size: 11px; font-weight: bold; color: #630; font-family: Arial, sans-serif; }
h6 { font-size: 9px; font-weight: bold; color: #630; font-family: Arial, sans-serif; }

th {background-color:#A9A9A9}

a:link {color: #0000ff }
a:visited {color: DarkBlue}
a:hover {color: #CC0000 }
a:active {color: #Navy }

#menu {background:DarkBlue; padding:3px;}

#menu a, #menu a:visited {
  text-decoration:none; 
  text-align:center; 
  background-color:#000099; 
  color:#fff; 
  font-weight:bold; 
  display:block; 
  border-top:2px solid #fff;
  border-left:2px solid #def;
  border-right:2px solid #89a;
  border-bottom:2px solid #345; 
  margin:0.09em;
  }
#menu a:hover {
  color:#000;
  border-bottom:2px solid #fff;
  border-right:2px solid #def;
  border-left:2px solid #89a;
  border-top:2px solid #345; 
  }







