@charset "utf-8";
 
body {
  background-image: url("images/bkg-page2.jpg");
  background-position: 50% 0%;
  background-repeat: repeat-x;
  background-color: images/bkg-block.jpg;
  margin: 0 auto;
} 
 
 html, body, p, th, td, li, dd, dt {
 font-family: 'Metrophobic', sans-serif;}
 h1, h2, h3, h4, h5 { font-family: 'Metrophobic', sans-serif; }
 
 
 h1 { font-size: 36pt; color:#C0C0C0 font-weight: 400;}
 h2 { font-size: 24pt; color:#C0C0C0 font-weight: 400;}
 h3 { font-size: 18pt; color:#C0C0C0 font-weight: 400;}
 h4 { font-size: 8pt; color:#C0C0C0 font-weight: 400;}
 h5 { font-size: 6pt; color:#C0C0C0 font-weight: 400;}
 
 

 a:link {text-decoration: none; color: #C0C0C0; }
 a:visited {text-decoration: none; color: #C0C0C0; }
 a:hover {text-decoration: none; color: #FE3401; }
 a:active {text-decoration: none; color: #C0C0C0; }
