BODY { font-family: Arial, sans-serif;
	
}

table.zeiten {
	border:1px solid green;
	
	}

td.zeiten {
	border-style:solid;
	border-color:green;
	border-width:1px;
}

td {
	
     text-align: justify;
}
	

font {
	 font-family: Arial, sans serif;
     font-size: 80%;
     color: 
     }
     
font.white {
	color: #ffffff;}
      
a:link {
       font-family: Arial, sans serif;
       font-size: 80%;
       color: #000000;
       text-decoration:none; }

a:visited { 
          font-family: Arial, sans serif;
          font-size: 80%; 
          color: #000000;
          text-decoration:none;}
       
       
a:hover{ 
         font-family: Arial, sans serif;
         font-size: 80%; 
         color: #ffffff;
         text-decoration:none;     
       }
       
a.white:link {
		font-size: 80%;
		color: #ffffff;
			}
			
a.white:visited {
		color: #ffffff;
}
a.white:hover {
		color: #000000;
	}
	
	
a.green:link {
		font-size: 80%;
		color: #62b208;
			}
			
a.green:visited {
		color: #62b208;
}			
a.green:hover {
		color: #000000;
	}
	
       
 img.border {border-color: #0BA803;}
