/* Formte für Segelseiten - Druckerm*/

/* Allgemeine Styles */
body {
     color: black;
     background-color: white;
     font-family: Arial;
     font-size: 10pt;
     padding: 10px; }
p {font-family: Arial; font-size: 10pt;}
h1 {font-family: Arial; font-size: 16pt;}
h2 {font-family: Arial; font-size: 14pt;}
h3 {font-family: Arial; font-size: 12pt;}
h4 {font-family: Arial; font-size: 12pt;}

/* Tabellen */
caption {font-family: Arial; font-size: 12pt;}
table {font-family: Arial; font-size: 8pt;}
td {font-family: Arial; font-size: 8pt;}
strong (
       color: black;
       background-color: red;
       font-family: Arial;
       font-weight: bold;
       font-style: italic; }

/*Links */
A:link { color: #101010; text-decoration : underline; }
A:hover { color: #FF0080; text-decoration : none; }
A:visited { color: #707070; text-decoration : underline; }
A:active { color: #0000A0; text-decoration : underline; }
i.mini {font-family: Arial; font-size: 6pt; color:#606060;}
i.klein {font-family: Arial; font-size: 8pt; color:#606060;}
i.gross {font-family: Arial; font-size: 12pt; color:#606060;}