/* CSS-Stilvorlage für CVJM Künzelsau */

body {background-color: #d4d4d4;
      font-family: Arial;
      font-size: 10pt;
      color: #000000;
     }

/* Links */
a:link    {color: #0000aa;
           text-decoration: none;
          }
a:visited {color: #0000ff;
           text-decoration: none;
          }
a:active  {color: #c6003f;
           text-decoration: none;
          }
a:hover   {color: #c6003f;
           text-decoration: none;
          }

/* Überschriften */
h2 {font-family: Verdana;
    font-weight: bold;
    text-align: left;
    font-size: 18pt;
    color: #000000;
   }
h3 {font-family: Verdana;
    font-weight: bold;
    text-align: left;
    font-size: 15pt;
    color: #000000;
   }
h4 {font-family: Verdana;
    font-weight: bold;
    text-align: left;
    font-size: 15pt;
    color: #c6003f;
   }

/* Linie */
hr {width:500px;
    background-color: #c6003f;
    height:5px;
    text-align:center;
    }
