@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A1F00;
}
body {
	background-color: #BEC7C9;
}
a:link {
	color: #2A1FFF;
	text-decoration: underline;
}
a:visited {
	color: #AA0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

