body {
  background-color: #EBE3CD;
}

td {
  font-family: Tahoma;
  font-size: 12px; 
  line-height: 16px; 
	border-left: 2px;
	border-right: 2px;
}

.headline {
  font-size: 14px; 
  line-height: 16px; 
}

.nav {
      font-size: 12px; 
      line-height: 16px; 
      font-family: "Lucida Sans";
    	font-weight: bold;
    	text-decoration: none;
    	color: #FFFFFF;
}

.navactive {
      font-size: 12px; 
      line-height: 16px; 
      font-family: "Lucida Sans";
    	font-weight: bold;
    	text-decoration: none;
    	color: yellow;
}

.nav:hover {
    	color: #528ec1;
}

.footer {
      font-size: 12px; 
      line-height: 16px; 
      font-family: "Lucida Sans";
    	text-decoration: none;
    	color: #000000;
}

.footeractive {
      font-size: 12px; 
      line-height: 16px; 
      font-family: "Lucida Sans";
    	text-decoration: none;
    	color: red;
}

.footer:hover {
    	color: #528ec1;
}