<!-- 
  BODY 
  { 
  text-decoration: none; 
  font-family: Verdana,Arial; 
  font-size: 8pt; font-weight: normal; 
  font-style: normal; color: #FFFFFF; 
  background-image:url("bg.jpg"); 
  background-repeat:no-repeat; 
  background-attachment: fixed; 
  background-position: top right; 
  background-color:#000000; 
  }
  
  A:LINK 
  { 
  font-family: Verdana,Arial; 
  font-size: 8pt; 
  font-weight: normal; 
  font-style: normal; 
  text-decoration: none; 
  color: #ffffff; 
  }
  
  A:VISITED 
  { 
  font-family: Verdana,Arial; 
  font-size: 8pt; 
  font-weight: normal; 
  font-style: normal; 
  text-decoration: none; 
  color: #ffffff; 
  }
  
  A:HOVER 
  { 
  font-family: Verdana,Arial; 
  font-size: 8pt; 
  font-weight: normal; 
  font-style: normal; 
  text-decoration: underline; 
  color: #00959C; 
  }
  
  TD 
  { 
  font-family: Verdana,Arial; 
  font-size: 8pt; 
  font-weight: normal; 
  font-style: normal; 
  color: #FFFFFF; }
}
-->