body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	margin-top: 25px;
}
.main {
	background-color: #FFFFFF;
	border: 3px solid #1d1d1d;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.menu {
	background-color: #222;
	color: #FFF;
	line-height: 40px;
}
.menulist {
	list-style-type: none;
	padding:0;
	margin:0;
	white-space: nowrap;
}
.menulist li{
	display: inline;
	line-height: 40px
}
.menulist li a
{
	color: #FFF;
	text-decoration:none;
	line-height: 40px;
	padding: .2em 1em;
	display: inline-block;
}
.menulist li a:hover
{
	color:#fff;
	background-color:#111;
	line-height: 40px;
}
.header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	background-color: #222;
	color: #fff;
	text-align: center;
	padding: 15px;
	border-top: 3px solid #1d1d1d;
}
.news {
	padding: 10px;
}
.newsitem {
	margin: 15px;
}
.newsheader {
	font-size:24px;
	border-bottom: 3px solid #1d1d1d;
}
.newsdetails {
	padding: 3px;
	font-size: 12px;
}
.newsdetails a{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}
.newsdetails a:hover{
	text-decoration:underline;
}
.newsbody {
	padding: 9px;
	text-align: justify;
}
.newsbody p{
	margin-top: 0px;
	margin-bottom: 9px;
}
.newscomment {
	text-align: right;
	font-size: 12px;
}
.newscomment a{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}
.newscomment a:hover{
	text-decoration:underline;
}