A:visited {
	color: #666666;
	font-weight: bold;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link {
	color: #666666;
	font-weight: bold;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover {
	/* hier die Farbe anpassen*/
	color:#999933;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* hier Farbe anpassen*/
	color:#999933;
	text-indent: 0px;
	line-height: 15px;
	margin-bottom: -5px
}


ul{
	list-style-type: square;
	list-style-image: url(../pics/bullet_services.gif);
}
