/* Stylesheet des Web Hartziel */

/* Body */
body {	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	background-color:#5A554B;
	scrollbar-base-color:#4B4B4B;
	scrollbar-track-color:#5A554B;
	scrollbar-arrow-color:#FFFF00;
	font-family: "Times New Roman", Times, serif;
	color:#FFFF00;	font-weight: bold}

/* Hyperlinks */
a:link { color:#FFFF00;
         text-decoration:underline}
a:active { color:#FF0000; 
           text-decoration:underline}
a:visited { color:#FFFFC8;
            text-decoration:underline}
a:hover { color:#FF0000;
          text-decoration:underline}
a:focus { color:#FF0000;
          text-decoration:underline}

/* Textformate */
h1 {  font-size:200%; font-family: "Courier New", Courier, mono}
h2 {  font-size:150%; font-family: "Courier New", Courier, mono}
td {  font-weight: bold; color: #FFFF00}
th {  color: #FFFF00}
.fuss {  font-size: 80%; font-weight: normal}
