body{
	font-family:Century Gothic, Geneva, sans-serif;
	font-size:12px;	
    color:#111;
}

a:link {
	color: #111;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
a:active {
        Weight: bold;
	text-decoration: none;
	color: #222;

}

#posts {
	padding:10px;
	border:2px;
	border-color:#111;
}

#sidebar {
	padding:10px;
}

#body {
		width: 900px;
}

#storycontent{
color:#cc0000;
}
