body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {  /* eh selbsterklärend */
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: none;
	color: black;
}
a:focus {
	text-decoration: none;
	color:black;
}

a.listing:link {  /* links für projektvoransicht */
	text-decoration: none;
	color: #aaa;
}
a.listing:visited {
	text-decoration: none;
	color: #aaa;
}
a.listing:hover {
	text-decoration: underline;
	color: black;
}
a.listing:active {
	text-decoration: underline;
	color: black;
}
a.listing:focus {
	text-decoration: none;
	color:black;
}
.project_head {
	font-weight: bold;
}
