BODY, td {
	color: black;
	background-color: White;
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

A {
	color: Green;
}

A:HOVER {
	color: #AC3CB2;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.underline	{
text-decoration: underline;
}

.underlineRED	{
text-decoration: underline;
color: Red;
font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
	font-size: 10px;
	color: black;
}

.italic {
font-size: 14px;
font-family: "Times New Roman", Times, serif;
font-style: italic;
text-align: center;
}

.box {
	background-color: #BDDFFF;
	padding: 10px;
	vertical-align: middle;
}

.question {
	font-style: italic;
	color: Maroon;
	font-weight: bold;
}

.spread {
	letter-spacing: 5px;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #1E90FF;
}
