body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-repeat: no-repeat;
	background-color: #FFF;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:16px;color:#000000;margin:0px;}
h3 {font-size:14px;color:#000000;font-weight:bold;margin:0px;}
h4 {font-size:14px;color:#000000;margin:0px;}
p {margin-top:0px;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#0000cc;
}

a:link, a:visited
{ 
  text-decoration:none;
  font-weight:bold;
  color:#00F;
}
a:active, a:hover
{ 
  color:#F00;
}


