a:link, a:active, a:visited {
 color      : red;
 font-weight: bold;
}

body {
 font-weight: bold;
 font-size  : 12px;
 font-family: Arial;
 color      : #102050;
}

td {
 font-weight: bold;
 font-size  : 12px;
 font-family: Arial;
 color      : #102050;
}
select, input, textarea {
 font-weight: bold;
}
.klein {
 font-weight: normal;
 font-size  : 10px;

}

.blau {color: blue; background:white;}
.rot {color: red; background: white;}
.rot1 {color: red; background: silver;}
.gruen {color: green; background: white;}
.gruen1 {color: green; background: silver;}
.normal {background: white;}
.normal1 {background: silver;}
.pt12 {font-size: 12px;}
.pt13 {font-size: 13px;}
.pt14 {font-size: 14px;}
.pt20 {font-size: 20px;}
.gross {font-size: 16px;}
.sgross {font-size: 24px;}

.weiss {
 color      : #ffffff;
 font-size  : 16px;
 font-weight: normal;
}
.rot2 {
 color      : #ff0000;
 font-size  : 16px;
 font-weight: bold;
}
.g12 {
 font-size  : 12px;
 font-weight: bold;
}
.g16 {
 font-size  : 16px;
 font-weight: bold;
}