a {  
	color: #CCCCCC; 
	font-weight: bold;
	text-decoration: none
}
a:hover { 
	color: #330066;  
	font-weight: bold;
	background-color: #ffffff
}

.titel { 
	color: #CCCCCC; 
	font-size: 14 px; 
	font-weight: bold;
	text-transform: uppercase
}

.text { 
	font-size: 12 px; 
}

table { 
	font-size: 12 px; 
}

textarea {

}

.small { 
	font-size: 10 px; 
}

body {  
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	background-color: #330066;
	color: #CCCCCC;
	margin-right: 0px; 
	margin-left: 0px
}