body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #663366;
	text-align: center;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}
a:link.blue {
color : #CCCCFF;
text-decoration : underline;
font-weight : bold;
}

a.blue {
color : #CCCCFF;
text-decoration : underline;
font-weight : bold;
hover: color: #ffffff;

}
a:link.red {
color : #33FF66;
text-decoration : none;
font-weight : bold;
hover: color: #cccccc;
font-family: Arial, Helvetica, sans-serif;

}

a.red {
color : #33FF66;
text-decoration : none;
font-weight : bold;
hover: color: #cccccc;
font-family: Arial, Helvetica, sans-serif;
}

a:hover {
color : #ffffff;
text-decoration : none;

}

