﻿body
{
	background: black;
	color: #ff5a00;
	font-weight: bold;
	text-align: center;
}

a { text-decoration: none; }
a:link { color: Yellow; }

a:hover
{
	color: #00a5ff;
	text-decoration: underline overline;
}

h1 { color: Blue; }
h2 { color: Yellow; }
h3 { color: Blue; }

#content_inner_content
{
	position: absolute;
	left: 200px;
	top: 100px;
	width: 500px;
}

p.footer 
{
	font-size: smaller;
	font-weight: normal;
	color: blue;
}

div.post { margin-bottom: 40px; }
div.post h2 { font-size: larger; }