@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #330066;
}
h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #330066;
}
h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #330066;
}
h4 {
	font-size: 16px;
	font-style: normal;
	color: #330066;
}
h5 {
	font-size: 14px;
	color: #330066;
}
body,td,th {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
body {
	background-color: #330066;
}

a:link {
	color: #330066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330066;
}
a:hover {
	text-decoration: underline;
	color: #330066;
}
a:active {
	text-decoration: none;
	color: #330066;
}