a:link {
	color: black;
	font-size:8pt;
	text-decoration:none;
	font-family:Microsoft Sans Serif;
}

a:visited {
	color: black;
	font-size:8pt;
	text-decoration:none;
	font-family:Microsoft Sans Serif;
}

a:active {
	color: black;
	font-size:8pt;
	text-decoration:none;
	font-family:Microsoft Sans Serif;
}

a:hover {
	color:#FE7C03;
	font-size:8pt;
	text-decoration:underline;
	font-family:Microsoft Sans Serif;
	
}

p {
	color: black;
	font-size:8pt;
	font-family:Microsoft Sans Serif;
	text-decoration:none;
}