.error {
background-color: #FFAAAA;
border: black 1px solid;
padding: 5px;
}

.no_error {
background-color: #AAFFAA;
border: black 1px solid;
padding: 5px;
}

.heading {
background-color: #DDDDDD;
border: black 1px solid;
text-align: center;
}

.heading2 {
background-color: #DDDDDD;
border: black 1px solid;
text-align: left;
font-weight:bold;
vertical-align:top;
}

table{
border: black 1px solid;
}

td{
border: black 1px solid;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
}

.nummer{
text-align: center;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 95%;
color: #000;
background: #fff;
}

a {
color: #000;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #9B99FF;
text-decoration: overline underline;
}

a {
border: 0px none;
}



h1 {
font-size: 110%;
}

h2 {
font-size: 110%;
font-weight: bold;
}

h3 {
font-size: 90%;
}

h4 {
font-size: 80%;
font-weight: normal;
}

ol {
font-size: 90%;
}

