P  {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

A  {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : green;
	text-decoration : none;
}

A:Hover  {
	color : #EAAA15;
	text-decoration : underline;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	font-family: Arial,Helvetica,sans-serif;
}

