
A:LINK, A:VISITED {
	color : #3B2F8E;
	text-decoration : none;
}

A:HOVER {
	color : #CB2027;
	text-decoration : underline;
}
A.small:link, A.small:visited{
	color : #3B2F8E;
	text-decoration : none;
	font-size : small;
}
A.small:hover{
	color : #CB2027;
	text-decoration : underline;
	font-size : small;
}
A.onpage:link, A.onpage:visited{
	color : #CB2027;
	text-decoration : none;	
}
A.onpage:hover{
	color : #CB2027;
	text-decoration : underline;
}
