/* CSS Document */

/*OHNE Hintergrund, hellblaue Schrift, Links nicht unterstrichen, Laufleisten NICHT angepasst*/

body {
	color: #66CCCC;
	font-weight: normal;
	font-family: 'Footlight MT Light', Arial, 'Times New Roman', sans-serif;
	font-size: 14pt;
}

A {
	text-decoration: none;
	color: #CCCCFF;
	font-weight: bold;
}
A:hover {
	color: #800080;
	font-weight: bold;
}
A:visited {
	color: silver;
	font-weight: bold;
}

