/**
 * Style sheet special
 */
a.accExpPerson
{
	background-color: #202277;
	color: #ffffff; 
	text-decoration: none;
}

.accExpPerson:hover
{
	text-decoration: underline; 
	font-weight:bold;
}
