a:link {text-decoration: underline; color:#FFFFFF;}
a:visited {text-decoration: underline; color:#000000;}
a:hover { color: #FFC4E2; text-decoration:none}
a:active { color: #FFC4E2;text-decoration:none}
a:focus { /* Deklarationen */ }

body {
	font-family: Arial, Helvetica, sans-serif;
	background:lightblue;
	margin:20px 0px;
}
#ems08 {
	font-size: 0.8em;
	
}

#ems08_bold {
	font-size: 0.8em;
	font-weight: bold;
}
#ems09_bold {
	font-size: 0.9em;
	font-weight: bold;
}

#ems12_bold {
	font-size: 1.2em;
	font-weight: bold;
}
#ems06 {	
	font-size: 0.6em;
	}

#ems09_bold_magenta{
font-size: 0.9em;
	font-weight: bold;
	color:magenta;
	}
	
h4 {color:#FFFFFF;}