BODY{
  
  
  text-align : left;
  background-color : #b5fdd3;
  

  font-family : "‚l‚r –¾’©";
}
HR{
  color : #004080;
  height: 3px;
}
P{
  color : black;
}
A{
  
  text-decoration : underline;
}
A:VISITED{
  
  text-decoration : underline;
}
A:HOVER{
  
  text-decoration : underline;
}
A:ACTIVE{
  
  text-decoration : underline;
}
UL{
  color : black;
  list-style-image : url(l_a01.gif);
  list-style-position: outside;
}
TH{
  color : white;
  background-color : green;
}
TD{
  color : black;
  background-color : white;
}