body
    {margin-top:30px;}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#FF5D00;text-decoration:none;}
a:active {text-decoration:none;}

