/* Tables should show empty cells. */
table
/* By default (td, body..) use Tahoma in black. */
body, td, th
{
  color: #339933;
}
/* The main body of the entire forum. */  
body   
{ 
  background-color: #000000; 
  color: white;
  margin: 0px; 
  padding: 0px;
  font-size: small;
  font-family: Comic Sans MS;
}   

img
{
border: 0px;
}

a:link, a:visited
{
  color:#339933;
  text-decoration:underline;
}

.header 
{
  background: url(http://static.going-postal.eu/header_dkp.gif) 
  repeat-x; 
  padding: 7px 0pt 12px 0pt; 
  font-family: Georgia,sans-serif; 
  font-size: 30px; 
  white-space: nowrap; 
  float: center; 
  color: white;
}

