body {
	font-family: monospace;
	background-color: #000;
	color: #fff;
}

span.logo {
	background-color: #000099;
	font-size: 170%;
}

a:hover,
a:visited,
a:focus,
a {
	text-decoration: underline;
	color: #fff;
}

div#header {
	text-align: left;
	margin-bottom: 30px;
}
div#footer {
	text-align: center;
	margin-top: 30px;
}

div.news {
	width: 70%;
	margin: 0 auto 0 auto;
}
div.news_title {
	text-align: left;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 110%;

	text-align: center;
	color: #fff;
	font-size: 160%;
	background-color: #000;
}
div.news_content {
	text-align: justify;
	padding: 5px 0 10px 0;
	margin-top: 5px;
	margin-bottom: 50px;
}

div.projects,
div.docs,
div.links {
	width: 50%;
	margin: 0 auto 0 auto;
	text-align: left;
}

div.topmenu {
	text-align: center;
}
div.topmenu a#selected {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

div.content {
	text-align: center;
	margin: 40px 0 40px 0;
}

