.def {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: red;
	text-decoration: none;
}

a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: black;
	text-decoration: none;
	margin-left: 20px;
}

a:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: black;
	text-decoration: underline;
	background: yellow;
}



a:active {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: black;
	background: yellow;
	text-decoration: underline;
}

