body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #8ED8F8;
}
body,html {
	background-color: #000;
	background-image:url(random_image.php);
	background-position:top center; background-repeat:no-repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.post-body{	
	font-size: 11px;	
	color: #000000;
}

.date-header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	color: #006B90;	
	font-weight:bold;	
}

.post-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #484848;	
}



a {
	color:#FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.img {
	border:none;
}

.menu {
	font-size:14px;
	background-color:none;	
	cursor:pointer;
}

.menu:hover {
	background-color:#FFF;	
}

.menu a {
	font-weight:bold;
	color:#8ED8F8;
}

.menu:hover a {
	color:#999;
	text-decoration:none;
}

.bmenu {
	font-size:14px;
	background-color:none;	
	cursor:pointer;
}

.bmenu:hover {
	background-color:#FFF;	
}

.bmenu a {
	font-weight:bold;
	color:#999;
}

.bmenu:hover a {
	color:#999;
	text-decoration:none;
}

