body{
	background: #fdfdfc;
}

#main-content{
	border-width: 1px 0 0 0;
	margin-top: 60px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
article.post{
	font-size: 14px;
	line-height: 18px;
}

#main-content a, h1.post-title a, h1.post-title a:visited{
	color: #559955;
}

#main-content p a:visited{
	color: #995555;
}

footer{
	background-color: black;
	color: #fdfdfc;
}

footer a{
	color: #99ff99;
}

footer a:visited{
	color: #990000;
}

