/* css Datei - Gabitän2003 */

/* links */

a:link {
   font-family:Arial;
   font-size:10pt;
   color:#FFFF00;
   text-decoration:none;
}
a:visited {
   font-family:Arial;
   font-size:10pt;
   color:#DF0000;
   text-decoration:none;
}
a:hover {
   font-family:Arial;
   font-size:10pt;
   color:#00FF00;
}
.w200 {
   width:200px;
   background-color:#efefef;
}


/* Überschriften */
.h1 {
   font-family:Arial;
   font-size:26px;
   font-weight:bold;
   text-align:center;
   font-color:#ffff00;
}

.h2 {
   font-family:Arial;
   font-size:26px;
   font-weight:bold;
}

.h3 {
   font-family:Arial;
   font-size:10pt;
   font-weight:bold;
}


/* Text */
.text {
   font-family:Arial;
   font-size:12pt;
   text-align:justify;
   text-color:#ffff00;
}

.small {
   font-family:Arial;
   font-size:8pt;
}

/* Tabelle */
th {
   font-family:Arial;
   font-size:10pt;
}

td {
   font-family:Arial;
   font-size:10pt;
}

body {
 color: #FFfF00;
}