
body {
	background-color: #000000;
}

/* This color: tag was missing the # and was messing up the link colors, # is REQUIRED with all colors */

a:link {
	color: #cc99ff;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #cc99ff;
}

a:hover {
	text-decoration: none;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #cc66cc;
}

#title {
	position:absolute;
	width:614px;
	height:195px;
	z-index:1;
	left: 193px;
	top: 8px;
}

.contactform td, .contactform p {
	font-size: 12pt;
	color: #CC66CC;
}

