/* Allgeimen */
body {
font-family:verdana,times,sans-serife;
background-color:#FFBD18;
margin-top:20px; margin-bottom:20px;
}

/* Scrollbalken */
body {
scrollbar-3dlight-color: #FFD95C;
scrollbar-arrow-color: #ff0000;
scrollbar-dark-shadow-color: #FFD95C;
scrollbar-face-color: #FFD95C;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #FFD95C;
scrollbar-track-color: #FFD95C;
}

/* Schrift */
p,div,table,b,body {
font-size:10pt;
font-family:verdana,times,sans-serife;
color:#000063;
text-align: justify
}

/* Anmerkungen, Hinweise */
.klein {
font-size:9pt;
}

/* Tipps */
.tipp {
color:#FFDC00;
}

/* Überschrift */
h2 {
font-size:11pt;
color: #DB230A;
font-style:bold
text-align: left;
}
/* Überschrift */
h3 {
font-size:10pt;
color: #DB230A;
font-style:bold
text-align: left;
}

/* Tabellen */
.table {
background-color: #e2e7fa;
color: #000000;
border:1px solid #FFD000;
}

/* Tabellen-Zellen */
.zelle {
color: #000000;
}

/* Trennlinien */
hr {
color:#FFE000;
height:1px;
width: 580;
}

/* Linkfarbe */
a:link {
color:#DB230A;
}
a:visited {
color:#DB230A;
}
a:active {
color:#DB230A;
}
a:hover {
color:#000063;
 text-decoration:underline;
}


<link rel="stylesheet" type="text/css" href="formate.css">