body{
margin: 0%;
font-family: Comic Sans MS;
}


.inhalt{
        font-family: Comic Sans MS;
        color:#000080;
        font-size: 10pt;
}
.ueber{
        font-family: Comic Sans MS;
        color:#000080;
        font-size: 12pt;
        font-weight: 300;
}
hr{
        color:#ff0000;
}
a.menue:link {
        color:#800080;
        text-decoration: underline;
}
a.menue:active {
        color:#800080;
        text-decoration: none;
        background-color: Yellow;
}
a.menue:hover {
        color:#800080;
        text-decoration: none;
        background-color: Yellow;
}
a.menue:visited {
        color:#800080;
        text-decoration: underline;
}

a.fuss:link {
     	color:#800080;
        text-decoration: underline;
		font-size:8pt;
}
a.fuss:active {
        color:#800080;
        text-decoration: none;
        background-color: #ccffff;
		font-size:8pt;
}
a.fuss:hover {
        color:#800080;
        text-decoration: none;
        background-color: #ccffff;
		font-size:8pt;
}
a.fuss:visited {
        color:#800080;
        text-decoration: underline;
		font-size:8pt;
}
