@charset "utf-8";

* 
{
	border : 0px;
	margin : 0px;
	padding : 0px;
	outline: none;
}

body
{
	background-color : #000;
	font-family : "Courier New", Courier, monospace;
	font-size : 13px;
	color : #FFF;
}

h1
{
	font-weight : bold;
	font-size : 20px;
	padding-top : 40px; 
	padding-bottom : 10px;
}

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

a:link, a:visited
{
	color : #FFF;
	text-decoration : underline;
}

a:hover
{
	color : #FF0000;
	text-decoration : underline;
}

.code
{
	background-color : #FFF;
	color : #000;
	padding : 10px;
	font-size : 11px;
}

.new
{
	color:#F00;
}

#latest
{
	font-size:18px;
	font-weight:bold;
}

#hits
{
	font-size:18px;
	font-weight:bold;
	color:#0FF;
}

#page
{
	position : absolute;
	width : 700px;
	left : 50%;
	margin-top : 100px;
	margin-left : -350px;
	top : 10px;
	background-color : #666;
}

#page #header
{
	width : 680px;
	height : 22px;
	background-color : #333;
	padding : 10px;
}

#page #content
{
	width : 680px;
	height : 100%;
	padding : 10px;
}

