@charset "UTF-8";
/* CSS Document */

body  {
	text-align: left;
	margin:40px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#ffcc00;
    }
	
.gelb {
	color: #ffcc00
}

.blau {
	color: #0a8edd;
}

.orange {
	color: #ff6600
}

a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #1c5eaf;
	text-decoration: underline;
}
.initial {
	font-size: 120%;
	font-weight: bold;
	color: #0a8edd;
}
