p {
	font : bold 9px Arial, Helvetica, sans-serif;
}

a:link {
	background-color : transparent;
	color : #7D7B6F;
	text-decoration : none;		
}
a:visited {
	background-color : transparent;
	color : #666666;
	text-decoration : none;
}
a:active {
	background-color : transparent;
	color : #990000;
	text-decoration : none;
}
a:hover {
	background-color : transparent;
	color : #990000;
	text-decoration : underline;
}
