.blu {
	font-family: Arial;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;

}
.blu a:link, a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #0033FF;
	text-decoration: underline;
}
.blu a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #0033FF;
	text-decoration: underline;
}
.blu a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF0078;
	text-decoration: underline;
}
.fucsia {
	font-family: Arial;
	font-size: 12px;
	color: #FF0078;
	text-decoration: none;
}
.fucsia a:link, a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FF0078;
    text-decoration: none;
}
.fucsia a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FF0078;
    text-decoration: none;
}
.fucsia a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #0033FF;
    text-decoration: none;
}
