@charset "UTF-8";
a:link {
	color: #330066;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
}
a:visited {
	color: #5B733C;
	text-decoration: underline;
}
a:active {
	color: #EDCE5F;
	text-decoration: underline;
}
body {
	background-color: #8FBC8F;
}
a:hover {
	text-decoration: none;
	color: #A6AE5B;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #660099;
}
h1 {
	font-size: 36px;
	color: #660099;
}
h4 {
	font-size: 18px;
	color: #AD2F5D;
}
h5 {
	font-size: 14px;
	color: 330066;
}
