body {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	}
h4 { text-align: center; }
img { border: 0px; }
a { color: #ffffff; }
#container {
	margin: 0px auto;
	width: 900px;
	height: 600px;
	background-color: transparent;
	color: #000;
	border: 0px solid black;
	padding: 0px;
}
#header {
	}
#header a {background-color: transparent
	}
#content {
	margin: 18px;
	text-align: left;
	font-family: courier;
	font-weight: normal;
	font-size: 90%;
	width: 900px;
	height: 600px;
	overflow: auto;
}
#content a {
	color: #cc0033;
	font-family: courier new;
	font-weight: bold;
}
#footer {
	margin: 0px auto;
	width: 866px;
}
#header_menu {
	width: 900px;
	margin: 0px;
	padding; 0px;
	background-color: #ffffff;
	text-align: center;
}
#header_menu a {
	color: #000000;
	font-family: impact;
	font-weight: bold;
	text-decoration: none;
	font-size: 95%;
}	
.white_text,.black_text {
	font-size: 17px;
	font-family: courier;
	font-weight: 500;
	text-decoration: none;
}
.black_text {
	color: #000000;
}
.white_text {
	color: #000000;
}
	
