﻿body 
{
    margin: 0px;
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
	color: #ffffff;
}

.containerdiv
{	
	width: 400px;
	background-color: #000000;
	color: #ffffff;
}

.formtext
{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

a.continuelink:link {
	color: #80FF80;
	text-decoration: underline;
} a.continuelink:hover {
	color: #ffffff;
	text-decoration: underline;
} a.continuelink:active {
	color: #80FF80;
	text-decoration: underline;
} a.continuelink:visited {
	color: #80FF80;
	text-decoration: underline;
}