body {
	background-color: #0e0e0e;
	font-family: "lucida grande", arial, sans-serif;
	color: #ffffff;
	font-size: 0.8em;
	margin:0px;
}


/* structure id's */
#main {
	width:800px;
	margin:auto;
}

#header {
	margin:50px 0;
}

#text {
	width: 500px;
	margin-bottom: 80px;
}

#footer {
	font-size: 80%;
	margin-bottom:20px;

}


/* weblog classes */
.title {
	font-size:140%; border-bottom:1px solid #666666;
}

.blogbody {
	margin:0px; padding:0px;
}

.date {
	font-size: 80%;
	margin: 0 0 40px 0 ;padding:0px;
}


a {
	color: #ffffff;
	text-decoration: none;
}