﻿/**********************************************************/
/* Diese Datei setzt den Hintergrund fuer den Kopfbereich */
/* sowie den Navigationsbereich.                          */
/**********************************************************/


/* Netscape interpretiert die HEX-Angaben der RGB-Werte falsch! */
/* body { background-color:"#CC0000"; } */
body {
	background-color: red;
}
a.button {
	width: 145px;
	height: 20px;
	top: ;
	background-color: rgb(255,100,20);
	border-bottom-width: 2pt;
	border-bottom-style: outset;
	quotes: none;
	border-right-width: 2pt;
	border-right-style: outset;
	quotes: none;
}
p {
	font-size:small;
	font-family:Arial, Helvetica, Sans-Serif;
	color:black;
	background-color:	red;
}
b {
	font-size:small;
	font-family:Arial, Helvetica, Sans-Serif;
	color:black;
}