<style>  A  {
  	text-decoration : none;
  	color : #0000FF;
  	font-size : small;
  }
  
  A:Visited  {
  	text-decoration : none;
  	color : #0000ff;
  }
  
  A:Active  {
  	text-decoration : none;
  	color : #0000ff;
  }
  
  A:Hover  {
  	text-decoration : underline;
  	color : #0000ff;
  }
  
  p.headline  {
  	font-size : large;
  	text-align : center;
  }
  
  p.block  {
  	font-size : small;
  	font-family : serif;
  	text-align : left;
  }
  
  p.block.small  {
  	font-family : serif;
  	text-align : left;
  }
  
  p.headline.small  {
  	font-size : large;
  	font-weight : bold;
  	text-align : left;
  	font-style : normal;
  }
  
  </style>
