/* Standard Font */
body {
	font-family:Trebuchet MS,sans-serif;
	color:#bbbccc;
	background-color:#334455;
}
A,p,li,td,h1 {
	font-family:Trebuchet MS,sans-serif;
	color:#bbbccc;
}
tt {
        font-family:Courier New,serif;
}
/* Links nicht unterstreichen */
A:link {
	font-family:Trebuchet MS,sans-serif;
	text-decoration: none;
	color:#eeee33;
}
A:visited {
	font-family:Trebuchet MS,sans-serif;
	text-decoration: none;
	color:#888811;
}
A:hover {
        font-family:Trebuchet MS,sans-serif;
        text-decoration: none;
        font-weight:bold;
}
A:active {
        font-family:Trebuchet MS,sans-serif;
        text-decoration: none;
        font-weight:bolder;
        color:#eeee55;
}

