/* CSS Document - Definition der Verhalten der Links */

body {
font-family: Arial;
}

a:link {
color: #a8161f;
text-align: left;
text-decoration: none;
}
a:active {
color: #FF7A0A;
text-decoration: none;
}
a:visited {
color: #FF7A0A;
text-decoration: none;
}
a:hover {
color: #FF7A0A;
text-decoration: none;
}

/* CSS Document - Definition der Schrifttypen */

/* Schrift (inhalt): anthrazit, 12px */
h1 {
text-align: left;
font-size: 12px;
color: #333333;
}
/* Schrift (Überschrift1): rot, 12px, fett */
h2 {
text-align: left;
font-size: 12px;
color: #a8161f;
}
/* Schrift (klein): anthrazit, 10px */
h3 {
font-size: 10px;
color: #333333;
}
/* Schrift (Überschrift2): rot, 14px, fett */
h4 {
text-align: left;
font-size: 14px;
color: #a8161f;
}
