body,td,th {
	font-family: "Book Antiqua";
	font-size: 15px;
	color: #6666CC;
}
body {
	background-image: url(bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFCC;
	background-color: #990066;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 22px;
	color: #B165D6;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 2px;
}
.bold {
	font-weight: bold;
	color: #990099;
	font-size: 16px;
}
.style2 {font-weight: bold; color: #990099; font-size: 24px; }
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFF2FF;
}
