/* Parameter des gesamten Content */
body {
     width:750px;
     margin-top:10;
     font-family: Veranda, Arial, Helvetica;
     color: #686868; /* Schriftfarbe Content */
     background-color: #ECECEC; /* Hintergrundfarbe */
}

/* Parameter von <a href> */
A:LINK,A:VISITED,A:ACTIVE {text-decoration: none; color:#686868;}

/* Parameter von <a href> bei Mouse over */
A:HOVER { text-decoration: underline; color:#335AA7; }


