html,body {
	margin:0px;
	padding:0px;
}

body { 
	color:#fff;
	background-color:#0e0e0e;
}


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif;color:#ffffff; }

h1 { font-size: 28px; }

h2 { font-size:22px; }

h3 { font-size:16px; }

h4 { font-size:13px; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:13px; }
/* normaler Text */



pre { font-family:Courier New,Courier; font-size:12px; }
/* Quelltext-Beispiele */

tt { font-family:Courier New,Courier; font-size:12px; }
/* Quelltext-Befehle im normalen Fliesstext */


a:link { color:#ffffff; text-decoration:none; }
a:visited { color:#666666; text-decoration:none; }
a:active { color:#ff0000; text-decoration:none; }