.Stil1{
	color: 					#009933;
	font-weight: 			bold;
}

.Stil2{
	font-family: 			"Bauhaus 93";
	font-size: 				24px;
}

.Stil3{
	font-size: 				14px
}

.Stil4{
	font-family: 			Arial, Helvetica, sans-serif;
}

.Stil5{
	font-size: 				16px;
	font-weight: 			bold;
}


.Stil6{
	font-size: 				14px;
}

.Stil8{
	font-size: 				16px;
}

/*Für Links und besuchte Links*/

a, a:link{
 	display:				inline;
    text-decoration:		none;
    font-weight:			bold;
    background-color:		none;
    color:					black;
    border.bottom:			1px solid black;
    padding:				5px;
}

 a:visited{
 	background-color:		none;
    color:					none;
	text-decoration:		underline;
}

 a:hover{
 	background-color:		none;
    color:					blue;
    text-decoration:		underline;
}

 a:active, a:focus{
 	background-color:		none;
    color:					green;
    text-decoration:		underline;
}