
a:link {
	color: #030e61;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #030e61;
}

body
{
background-image: url(images/background.gif);
background-attachment: fixed
}


.boldblackbodytext {
font-family:Verdana;
font-size:12px;
color:#333333;
font-weight:bold;
}
.blackbodytext {
font-family:Verdana;
font-size:12px;
color:#333333;
}

.formblacktext {
font-family:Verdana;
color:#000000;
font-size:10px;
}

.whiteformblacktext {
font-family:Verdana;
color:#ffffff;
font-size:10px;
}

.whitelargerbodytext {
font-family:Verdana;
font-size:12px;
color:#ffffff;
}