A:LINK {
	color: #1B42A9;
	text-decoration : none;
}

A:VISITED {
	color: #1B42A9;
	text-decoration : none;
}

A:HOVER {
	font : bold;
	color: #1B42A9;
	text-decoration : none;
}

A:ACTIVE {
	font : bold;
	color : #FFCC66;
	text-decoration: none;
}

A {
	color: #1B42A9;
	text-decoration : none;
	font-size : 10pt;
}

