body {
	background-color: #FF66FF;
}
a:link {
	color: #CC0000;
	text-decoration: underline;

}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;

}
a:active {
	color: #FFFF33;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;


}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.table1 {
	background-color: #FFFFFF;
	border: 5px double #000000;
	padding: 20px;

}
.table2 {
	background-color: #FFFFFF;
	border: thick double #000000;

}
.regtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.sectext {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}

