
a
{ 
	font-family: Arial; 
	font-size: 9pt; 
	color: BLACK;
	font-weight:bold;
	}
a:hover
{ 	
	font-size: 9pt;
	color: #996600;
	font-weight:bold;
}

.text-decoration
{
  text-decoration:none;
}