body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color:#DDDDDD;
	font-size: small;
	font-weight: bold;
}

#menu {
   left: 10px;
 	padding: 0px;
}

#main {
	left: 10px;
	margin-top: 10px;
	visibility: visible;
	width: 680px;
	background-color: #666666;
	padding: 10px;
}

.post {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

a:link  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
} 
a:visited {
	text-decoration: none;
	color: #EEEEEE;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a:link.title-text{
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	background-color: #000000;
}

.title-text{
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	background-color:#000000;
}