
/* everything between the slash & asterick are comments and will not be read - 
to engage the styles simply remove this comment - and the opening slash & asterick.
body
{
	background-color:#ffffff;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#cccccc;
	scrollbar-face-color:#000000;
}
*//*
a:link
{
	color:#000000;
	text-decoration: none;
}

a:hover
{
	color:#AABBDD;
	text-decoration:underline;
}

a:visited
{
	text-decoration:none;
}

a:active
{
	color:#cccccc;
	text-decoration:none;
}
*/
.link {
    color:#0C0072;
	text-decoration: none;
}

a.link:Hover {
    color:#A576AE;
	text-decoration: none;
}