A:active {
	color: rgb(0,0,0);
}

A:link {
	color: rgb(0,0,0);
}

A:hover {
	color: rgb(0,102,204);
}

A:visited {
	color: rgb(0,102,204);
}

P {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 10pt;
	text-transform: none;
	color: rgb(0,0,0);
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	text-decoration: none ;
	font-variant: normal;
}
 
