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





body 

{ 

background-image: url(/images/regionEbkgnd.jpg); 

background-attachment: fixed

}



hr {color: Black; 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: 15px; color: #630; font-family: Arial, sans-serif; }

h5 { font-size: 12px; font-weight: bold; color: #630; font-family: Arial, sans-serif; }

h6 { font-size: 10px; font-weight: bold; color: #630; font-family: Arial, sans-serif; }



th {background-color:#A9A9A9}


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

#menu a, #menu a:visited {
  text-decoration:none; 
  text-align:center; 
  background-color:MediumRed ; 
  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; 
  }










