@charset "UTF-8";
body {
	background-color: #292821;
	margin-top: 0px;
}
h1 {
	color: #FFBAFF;
	text-align: center;
}

.mainfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.02em;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	line-height: 1.2em;
}
.mainfont a {
	text-decoration: none;
}

.formfont {
	color: #ffa9bd;
	font-size: 85%;
}
#tableimg {
	border: thin dotted #FF00FF;
}

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

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #febbfd;
	text-align: center;
}
.footer a {
	text-decoration: none;
	color: #FFCCFF;
}
.footer a:hover {
	color: #292821;
	text-decoration: none;
	background-color: #FFCCFF;
}

