<style type="text/css">
<!--
body {
 font-family: Arial;
 color: #000000;
 background: #A00020;
}


h1 {
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 text-align: left;
}


h2 {
 font-family: Arial;
 font-size: larger;
 font-weight: bold;
 text-align: left;
}

h3 {
 font-family: Arial;
 font-weight: bold;
 text-align: center;
 font-size: small;
}



h4 {
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 text-align: center;
}

/*Überschrift Teppichböden und Nadelvlies*/
h5 {
 font-family: Arial;
 font-size: medium;
 font-weight: bold;
 text-align: center;
}


dt {
 font-family: Arial;
 font-size: small;
 text-align: left;
}

/*normaler Absatz, Ausrichtung links*/
p {
 font-family: Arial;
 font-size: small;
 text-align: left;
}

/*zentrierter Text*/
div {
 font-family: Arial;
 font-size: small;
 text-align: center;
}

/*Listenpunkte*/
ul {
 font-family: Arial;
 font-size: small;
}


li,b {
 font-family: Arial;
 font-size: small;
}

table {
 font-size: small;
 text-align: left;
}

/*normaler Link*/
a:link {
 color: #000000;text-decoration:none;

}

/*besuchter Link*/
a:visited {
 color: #000000;text-decoration:none;
}

/*mit der Maus überfahrener Link*/
a:hover {
 color: #A00020;text-decoration:none;
 }

/*aktiver Link*/
a:active {
 color: FF0000;text-decoration:none;
 }
-->
</style>