/* CSS Datei für Frauen im Netz*/
A:link {color: #003084;}
A:visited {color: #0000FF; }
A:hover { border-style: solid; color: #A52021;}
A:active {color: #BF0000; }

body {
 font-family:  "Comic Sans MS", "sans serife", VERDANA, ARIAL, HELVETICA;
 font-size: 13pt;
 font-weight: bold;
 text-align: left;
 color: #003084;
 background: #FFDCAD;
}
table {
 font-family:  "Comic Sans MS", "sans serife", VERDANA, ARIAL, HELVETICA;
 font-size: 10pt;
 font-weight: bold;
 text-align: left;
}
td {
 font-family:  "Comic Sans MS", "sans serife", VERDANA, ARIAL, HELVETICA;
 font-size: 13pt;
 font-weight: bold;
 text-align: left;
}

h4 {
 font-size: 24pt;
 font-weight: bold;
 text-align: center;
 }

h1 {
 font-size: 15pt;
 font-weight: bold;
 text-align: center;
 }

h2 {
 font-size: 14pt;
 font-weight: bold;
 text-align: left;
 }
h5 {
 font-size: 10pt;
 font-weight: bold;
 text-align: left;
}
ul, li {
 font-size: 13pt;
 font-weight: bold;
 text-align: left;
}

.kreis {
 font-size: 10pt;
 font-weight: bold;
 text-align: left;
 list-style-type: disc;
}

.quadrat {
 font-size: 13pt;
 font-weight: bold;
 text-align: left;
 list-style-type: square;
}

p {
 font-size: 13pt;
 font-weight: bold;
 text-align: left;

 }

blockquote {
 width: 50%;
 border: 3pt solid #BF0000;
 background-color: #FFFF00;
 font-family:"Comic Sans MS";
 padding: 5pt;
 font-size: 20pt;
 font-weight: bold;
 text-align: center;
 }