#apText {
	cursor: arrow;  
   	color: #333333;
  	font-size: 10pt;
  	font-family: Arial;
}
A {
  text-decoration: none;  
  color: #333333;
  font-size: 10pt;
  font-family: Arial;
}

A:visited {
  text-decoration: none;  
  color: #333333;
  font-size: 10pt;
  font-family: Arial;
}  

A:hover {
  text-decoration: none;  
  color: #082a4d;
  font-weight: bold;
  font-size: 10pt;
  font-family: Arial;
}
