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

body,td,th {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
}
body {
	background-color: #ff9900;
	text-align: center;
	width: auto;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #008000;
}
a:active {
	color: #663399;
}
a:hover {
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

