/* CSS Document */

body background {
 background: ("header_bg.png");
 background-repeat: no-repeat;
 background-position: top-left;
}

td {
 background: ("header.png");
 background-repeat: no-repeat;
 background-position: top-left;
}


 A { 
 color: #FFFF00;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: None;
 text-decoration: none; 
}
 
 A:hover  { color: #999999; font-size: None; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none }
 
  H1 { 
 font-family: "avant garde medium";
 color: #FFFFFF;
 font-size: None;
 font-weight: normal;
 text-decoration: none 
}

 H2 {
 font-family: "avant garde medium";
 color: #000000;
 font-size: None;
 font-weight: normal;
 text-decoration: none; 
}


