body{
	background-color:#000000;
	color: #00A000;
	font-family: courier;
	font-size: 14px;
}

.body{
	width: 1000px;
	margin: 0 auto;
}

.content{
	width: 840px;
	float: left;
}

.title{
	font-size: 24px;
	text-align: center;
}

.frontpage{
	border: 1px solid #00A000;
	padding: 8px;
	margin: 0 auto;
	float: left;
	width: 840px;
}

.news{
	padding: 8px;
	margin: 0 auto;
	float: left;
	width: 840px;
	margin-bottom: 20px;
}
.news_title{
	float: left;
	width: 640px;
}
.news_goto{
	float: right;
	width: 200px;
}
.news_content{
	border-top: 1px dotted #00ff00;
}

a:link{
	color: #FFFFFF;
	text-decoration:none;
}
a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
a:active{
	color: #CC0000;
	text-decoration:underline;
}

p.center{
	text-align: center;
	margin: 0 auto;
}