
/*
body {
 font-family:Arial;
 color:#000000;
}
*/

.text, td {
 font-family:Arial;
 font-size:12px;
}

.headline {
 font-family:Arial;
 font-size:20px;
 color: #990033;
}

/*
LINKS
*/

.navi:link {
 font-family: Times;
 font-size: 11px;
 color: #000000;
 text-decoration:none;
}

.navi:visited {
 font-family: Times;
 font-size: 11px;
 color: #000000;
 text-decoration:none;
}

.navi:hover {
 font-family: Times;
 font-size: 11px;
 color: #990033;
 text-decoration:none;
}

/*GRAFISCHE ELEMENTE*/

hr {
color:#990000;
}
