@import url("format.css");
@import url("header.css");
@import url("content.css");
@import url("footer.css");

html, body {
margin:0;
padding:0;
height:100%;
}
body{
background:#000;
color:#444;
cursor:default;
margin:0;
padding:0;
font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvecita, sans-serif;
font-size: 12px;
line-height:16px;
}

.newsPost {margin-bottom:20px;width:580px;}
.newsHeader {border-bottom:1px #444 solid;padding-bottom:-5px;margin-bottom:10px;}
.newsHeader * {margin-bottom:0px;}
.newsPost h1 {float:left;}
.newsDate {float:right;}

.tdheader {font-size:15px;padding-top:10px;padding-bottom:5px;color:#000;font-weight:bold;}
#stats img {margin-top:3px;margin-bottom:20px;}
.clear {clear:both;}