body {
   background-color: #FFFFCC;
   color: black;
   font-family: Arial;
   font-size: 80%;
   font-weight: bold;
}

h1 {
   
   font-size: 150%;
   font-weight: bold;
   color: Red;
}

h2 {
   
   font-size: 130%;
   font-weight: bold;
   color: Red;
}


.rot {
   
   color: Red;
   font-weight: bold;
}	

.blau {
	
	color: Blue;
	font-weight: bold;
	
}	

.navi {
display: block;
font-family: Verdana, Arial;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #ffffff;
background-color: #4B5F79;
border-bottom: 1px solid #000000;
padding: 3px;
}

.navi:hover {
font-family: Verdana, Arial;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #FF0000;
background-color: #6A7D9B;
}

.navi:active {
font-family: Verdana, Arial;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #FFFF00;
background-color: #6A7D9B;
}
