a:active, a:link, a:visited {  
	background-color: inherit;   
	color: #006699;  
	text-decoration: none;  
}

a:hover {  
	background-color: inherit;  
	color: #DD6900;  
	text-decoration: underline;  
}
  
body {

	background-color: #E5E5E5;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px;
}

div#header {
	background-color: inherit;
	color: #000000;
	font-size: 24px;
	text-align: right;
	vertical-align: bottom;
	height: 31px;
	padding-right: 5px;
	border-bottom: 2px solid #000000;
}

div#nav {
	background-color: inherit;
	color: #000000;
	left: 5px;
	top: 44px;
	width: 150px;
	position: absolute;
}

div#content {
	background-color: inherit;
	color: #000000;
	margin-left: 150px;
	padding: 5px;
}

div#footer {
	margin-top: 5px;
	text-align: center;
}

div.inside {
	padding: 5px;
}

div.nav-header {
	text-align: center;
}

div.content-header {
	background-color: inherit;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 2px;
	padding: 3px;
}

div.content-post {
	border-bottom: 1px dashed #CCCCCC;
}

td.text {
	font-size: 10px;
}
