/* das sind die Definitionen der Startseite */

/* das ist die Überschrift der Startseite */
h1 {color: white; font-size:22px; letter-spacing: 0.7em;}

/* das sind die links unterhalb des Bildes auf der rechten Seite */
a  { font-size: 16px; color: white; text-decoration: underline; border: 0px;}

img, img a { border: 0px; }
img a { border: 0px; }

img, img a, a, a:active
{
outline: none;
}

img, img a, a, a:focus
{
-moz-outline-style: none;
}

