@charset "utf-8";

body   {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	color: #333; 
	background: #FFFFFF;
	font-size: 80%;
	font-weight: normal; /*Gewicht*/
	font-style: normal; /*Styl*/
	

} 

p, div, table, tr, td {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	color: #333; 
	background: #FFFFFF;
	font-size: 99%;
	font-weight: normal; /*Gewicht*/
	font-style: normal; /*Styl*/
}

ul { margin-left: -2em; }

a {
	text-decoration: none;
}
a:link {
	color: #0063A5;
}

a:visited {
	color: #0063A5;
}
a:hover {
	color: #990000;
}
