a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: #909090;
}
body {
	color: white;
	background-color: black;
	text-align: center;
	font-family : Arial, sans-serif;
}
div#main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#header {
	text-align: center;
	font-size: 150%;
	margin: 10px;
}
div#menu {
	text-align: center;
	font-size: 100%;
	margin: 0px 0px 10px 0px;
	word-spacing: 10px;
}
div#content {
	border: 0px solid #090909;
	text-align: center;
	padding: 0px;
}
div.content_item {
	border: 1px solid #090909;
	margin: 10px;
	text-align: justify;
	background-color: #101010;
}
div#footer {
	text-align: center;
	font-size: 50%;
}
div.topic {
	border-bottom: 1px solid #080808;
	margin: 10px 10px 10px 10px;
	font-weight: normal;
	text-align: right;
	color: #909090;
	font-size: 80%;
}
span.topic { 
	text-align: left;
	color: white;
	font-weight: bold;
	float: left;
	font-size: 105%;
}
div.bread {
	text-align: justify;
	margin: 10px 10px 10px 10px;
	font-size: 75%;
}
