/* CSS Document */

body {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;	
}

/* Standarder */
a { border: none; }
img { border: none; }
table { border: none; }

/* fix quirks mode font oversizing */
td, input, select, textarea { font-family: Tahoma; font-size: 11px; }
.h1 { font-size:18px;}
