body {
font-family: "Trebuchet MS",Arial,Verdana,Sans-serif;
font-size:1.0em;
font-variant:small-caps;

color:#FFFFFF;

  margin: 0;
  padding: 0;
  overflow: hidden; /* Verhindert unnötige Scrollbars */

}

a:hover  {
 	color : #FFFF8C;
	font-weight: bold;
 	text-decoration : underline;
 }
 
 a:link  {
 	color : #FFFF8C;
	font-weight: bold;
 	text-decoration : none;
 }
 
 a:visited  {
 	color : #FFFF8C;
	font-weight: bold;
 	text-decoration : none;
 }
 
 a:visited:hover  {
 	color : #FFFF8C;
	font-weight: bold;
 	text-decoration : underline;
 }
