/* Abstaende */
body { margin-top:5px; }
body { margin-bottom:0px; }
body { margin-left:0px; }
table { margin-left:5px; }

/* Farben - Schriften - Größen */
body { 
background-image:url(image/testhg.jpg);
 }
p, td { 
color:#0000ad;  
font-family: Arial, Helvetica, Verdana; 
font-size:12px;
}

/* Hyperlinks */
a:link { color:#0000ad; text-decoration:none;  }
a:vlink { color:#0000ad; text-decoration:none;  }
a:active { color:#0000ad; text-decoration:none;  }
a:visited { color:#0000ad; text-decoration:none;  }
a:hover { color:#FFA200; text-decoration:none;  }
