<!--Stylesheet der Homepage-->

a:link
{
        color: #00E0FF;
        text-decoration: none;
}
a:visited
{
        color: #FFFFFF;
        text-decoration: none;
}
a
{
        color: #000000;
        text-decoration: underline;
}
a:active
{
        color: #FFFFFF;
        text-decoration: none;
}
a:hover
{
        color: #FFFFFF;
        text-decoration: underline;
}
body
{
        font-family: Tahoma, Verdana, Arial;
        background-color: #F09C72;
        color: #000000;
        font-size: 14;
}
h1
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
}
}
h2
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        size: 18px;
        font-weight: bold;
        text-align: left;
}
h3
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
}
h4
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 14px;
        text-align: left;
        font-weight: normal;
}
h5
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
}
h6
{
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 10px;
        text-align: left;
        font-weight: normal;
}