* 
{
	font-family: ocr a extended, courier, monospace;
	font-weight: normal;
}
body { background-color: #333; }
.container
{
	padding: 10px;
	width: 870px;
	background-color: #202020;
	margin: 10px auto;
}
.containerbox;
{
	margin: 10px auto;
	width: 870px;
}
.footer
{
	float:right;
	color: #f0f000;
}
.texts
{
	width: 260px;
	float: left;
}
.title
{
	font-family: ocr a extended, Arial;
	font-size: 36pt;
	color: Yellow;
}
.description
{
	font-size: 10pt;
	color: #e0e0e0;
}
.description a
{
	color: #e0e0e0;
	text-decoration: underline;
}
.description a:hover
{
	text-decoration: none;
}
.creator
{
	font-size: 10pt;
	color: #00F000;
}
.creator a
{
	color: #00F000;
	text-decoration: underline;
}
.creator a:hover
{
	color: #00F000;
	text-decoration: none;
}
.game
{
	float: right;
	border: 3px solid #808080;
}
#blog
{
	clear: both;
}
#blog .header
{
	font-size: 20pt;
	color: #f0f000;
}
.post .header
{
	font-size: 16pt;
	border-bottom: 1px solid; #404040;
	margin-bottom: 5px;
}
.post .content
{
	color: #e0e0e0;
}
.post .content a
{
	color: #e0e0e0;
	text-decoration: underline;
}
.post .content a:hover
{
	text-decoration: none;
}
