body {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #000000;
	background-color: #FF0000;
	font-weight: normal;

}
table {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;

}
h2 {
	font-size: 14px;
	color: #FF0000;
	background-position: center;
	text-align: center;


}
.th {
	font-size: 14px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	border: none;



}
td {
	border: none #FFFFFF;
}
.tbls {
	border: thin double #FF0000;
}
.tblshd {
	font-weight: bold;
	color: #FF0000;
	border: thin double #FF0000;
}
a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
}
a:active {
	font-weight: bold;
	color: #FF0000;
}

