@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bgd.jpg);
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000000;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
