a {
    text-decoration: none;
    color:blue;}
a.nav     { color: #CCFFCC;}
a:link    { color: navy; }  /* für unbesuchte Links */
a:visited { color: olive;  } /* für besuchte Links */
/*a:hover   { color: blue; } wenn die Maus über dem Link ist */
a:active  { color: green; } /* wenn der Link angeklickt ist */

body { font-family: "Times New Roman",Garamond, Perpetua;
    background-image: url(garten.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: left bottom;
    background-color:#6699FF; padding:6px; margin:0px;}

td { font: normal 12pt/14pt "Times New Roman";
     padding-left: 0px;
     width: 0px;}

