@charset "utf-8";

body{
	font-size: 12px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	color: #00FF00;
	background-color: #000000;
	font-family: System, "Courier New", Courier, monospace;
}
a, a:visited, a:hover{
	color: #00FF00;
}
#container {
	background-position: center center;
	text-align:center;
	width: 750px;
}
hr {
	width: 100%;
	text-align: center;
	color: #00FF00;
	height: 1px;
}

