body {
	background-color: #666666;
	background-image: url(images/line.gif);
}
.contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.headline {
	font-size: 16pt;
	font-weight: bold;
	color: #330099;
}
.designby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99FF66;
}

a:link {
	text-decoration: none;
	color: #DB7F32;
// lime green
; 	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #99FF66;
// light bluegreen
; 	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
// light grey
; 	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #ffff00;
// yellow
; 	font-weight: bold;
}

