body 
{
	font-family:Verdana,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	color:green;
}

h1
{
	font-size:16px;
}

h2
{
	font-size:14px;
}

.form
{
 padding:0px;
 border:0px;
 margin-bottom:0px;
 margin-top:0px;
}
.title_bar
{
	left: 0px; 
	top: 0px; 
	width:100%;
	background:#ae0808; 
	border:0px;
	color:white;
	text-align:center;
	font-size:14px;
	padding:3px;
	vertical-align:middle;
	font-weight: bold; 
}

.title_bar a:link {color: white; }
.title_bar a:visited {color: white; }
.title_bar a:hover {color: white; text-decoration: underline; }
.title_bar a:active {color: white; }

.footer_bar
{
	position:relative;
	left: 0px; 
	bottom: 0px; 
	width:100%;
	border:0px;
	color:white;
	text-align:center;
	font-size:12px;
	padding:3px;
}

.footer_bar a:link {color: #ae0808; }
.footer_bar a:visited {color: #ae0808; }
.footer_bar a:hover {color: #ae0808; text-decoration: underline; }
.footer_bar a:active {color: #ae0808; }

.question 
{ 
	color: red;
}

.answer 
{ 
	margin-bottom: 5px;
}

.flash
{
	color:green;
}
