/* gemeinsames Format der Webseiten */


body {
        font-family: verdana, sans-serif;
        font-size: 11px;
        background: #ffefd5;
}

td {
        font-family: verdana, sans-serif;
        font-size: 14px;
	text-align: justify;
        background: #ffefd5;
}

h1 {
        font-size: 175%;
	font-weight: 100;
        color: #708491;
        margin: 0;
}

h3 {
        font-size: 20px;
	font-weight: 100;
        color: #708491;
        margin: 0;
}
