
/* Linkdarstellung: normal: blau, hover: rot */
body	  	{
	font-family: Andale Mono, Tahoma, Arial;
	font-size: 10pt;
	font-weight: normal;
	color : #56bf51;
	background-color : #114477;
}
td	    	{font-family: Andale Mono, Tahoma, Arial, sans-serif; font-size: 10pt; font-weight: normal;}
a:active  	{color: #ff8000; text-decoration: none}
a:visited 	{color: #ff8000; text-decoration: none}
a:link    	{color: #56bf51; text-decoration: none}
a:hover   	{color: #ff8000; text-decoration: underline}

/*
a:active  	{color: #ed2812; text-decoration: none}
a:visited 	{color: #ed2812; text-decoration: none}
a:link    	{color: #33ccff; text-decoration: none}
a:hover   	{color: #ed2812; text-decoration: underline}
*/