@charset "UTF-8";
body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

