@charset "utf-8";

a:link {
	text-decoration: none;
	color: #4F3377;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #4F3377;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #981F0F;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	font-weight: bold;
}

body,td,th {
	font-family: Papyrus, Georgia, Arial, sans-serif;
	font-size: medium;
	color: #7652B5;
}

body {
	background-image: url(../Images/creampaper.gif);
	margin: 0px;
}

h2 {
	font-size: 150%;
}
