body
{
  font-family: arial,sans-serif,verdana;
  font-size:10px;
  background-color: #E3E3E3;

}
a:link { color: #02958C; text-decoration:none; }
a:visited { color: #02958C; text-decoration:none; }
a:active { color: #000000; text-decoration:none; }
a:hover { color: #000000; text-decoration:none; }

.menue { font-weight: bold; }

<? $font='arial,sans-serif,verdana';?>

.line { background-color: #ff0000; font-family:<?echo $font;?>; }

.f10 {
        COLOR: #000000; font-size: 10px; font-family:<?echo $font;?>; }

.f10-b {
        COLOR: #000000; FONT: bold 10px <?echo $font;?>; }
.f11 {
        COLOR: #000000; FONT: 11px <?echo $font;?>; }

.f11-b {
        COLOR: #000000; FONT: bold 11px <?echo $font;?>; }

.f12 {
        COLOR: #000000; FONT: 12px <?echo $font;?>; }

.f12-b {
        COLOR: #000000; FONT: bold 12px <?echo $font;?>; }

.f14 {
        COLOR: #000000; FONT: 14px <?echo $font;?>; }

.f14-g {
        COLOR: #02958C; FONT: bold 14px <?echo $font;?>; }

.f14-b {
        COLOR: #000000; FONT: bold 14px <?echo $font;?>; }

.f16-g {
        COLOR: #02958C; FONT: bold 16px <?echo $font;?>; }