/* Datei: geocaching.css */

/* Funktion: Format fuer Geocaching-Seiten unter lindware.de */

/* Seite */
body { background-color:black }

/* allgemeiner Font */
p
  {font-family:Courier,serif; font-size:10pt; color:#ffcc00; text-align:justify; margin-right:5pt; margin-left:10pt}

/* Ueberschriften */
h1 {font-family:Courier,serif; color:#ffcc00; font-size:24pt; font-weight: bold;}

/* klein */
h4 {font-size:8pt; font-family:Arial; font-weight:normal; text-align:left}

/* hervorheben oder so */
em {font-size:10pt; font-family:Arial; font-style:normal; text-align:left; margin-left:20pt}
#kurs {font-style:italic}

/* links */
a:link { font-family:Courier,serif; font-size:10pt; color:#ffcc00; text-decoration:underline; }
a:visited { font-family:Courier,serif; font-size:10pt; color:#ffcc00; text-decoration:none; }
a:hover { font-family:Courier,serif; font-size:10pt; color:#ffcc00; text-decoration:underline; }
a:active { font-family:Courier,serif; font-size:10pt; color:#ffcc00; text-decoration:none; }

/* generelles Layout */
