@charset "UTF-8";
BODY{
  color : black;
}
H1{
font-size: 0px;
font-weight: normal;
color: #FFFFFF;
}




H2{
}

HR{
  
  height: 3px;
  
}
P{
  color : black;
  
}
A{
  
  
  
  
  font-family : monospace;
 
  text-decoration : none;
  color : blue;
}
A:VISITED{
  
  
  

  

  text-decoration : none;
  
  color : blue;
}
A:HOVER{
  
  
  
  text-decoration : underline;
}
A:ACTIVE{
  
  
  

  text-decoration : none;
}
UL{
  
  
  list-style-position: outside;
  
  text-decoration : none;
  list-style-type : disc;
}
TH{
  
  

  
  text-decoration : none;
  visibility : hidden;
}
TD{
  
  

  
  text-decoration : none;

  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  
  
  
  
  
  
  text-align : justify;
}
