@font-face {
	font-family: fixedsys;
	src: url('Fixedsys500c.ttf');
}

body {
	font-family:'fixedsys',monospace;
}

td {
	font-family:'fixedsys',monospace;
}

th {
	font-family:'fixedsys',monospace;
}

h1 {
	font-family:'fixedsys',monospace;
	font-size:18pt;
	padding:0px;
	margin:0px;
	text-decoration: none;
	color:#000000;
}

a:link, a:hover, a:active, a:visited {  
	font-weight: normal; 
	background-color: #000000;
	color: #FFFFFF; 
	text-decoration: none;
}

input, textarea {
	font-family:'fixedsys',monospace;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border:none;
}

/* damit Bilder nicht inline also über der Basislinie der Textzeile dargestellt werdeb */
td img {
	display: block;
}
