﻿body 
{
	font-family: Verdana;
	font-size: 11px;
}
.header
{
	font-family: Comic Sans MS, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #006600;
}
.fieldlabel
{
	font-size: 11px;
	font-weight: bold;
}
.errormsg
{
	font-size: 11px;
	font-weight: bold;
	color: Red;
}
.resultmsg
{
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}
