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