@charset "utf-8";
/* CSS Document */
body {
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color: #2A00AA;
}
body,td,th {
	color: #DB7729;
	font-size: 16px;
}
a:link {
	color: #FEE09A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F1EAB3;
}
a:hover {
	text-decoration: underline;
	color: #FFFFAA;
}
a:active {
	text-decoration: none;
	color: #DB7729;
}

