@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #ffffff;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
#hBar {
	padding: 4px 4px 7px 4px;
	height: 15px;
	background-color: #6e9b01;
}
#allContent {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}