body
{
	background-image:url(graphics/left_graphik.png);
	background-repeat:repeat-y;
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.tabtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
		text-decoration: none;
}
a:visited {
	color: #CCCCCC;
		text-decoration: none;
}
a:hover {
	color: #999999;
		text-decoration: underline;
}
a:active {
	color: #999999;
		text-decoration: none;
}

