body {
	background: #000000;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 5pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	color: #CCCCCC;
	background-color: #000000;
	font: normal medium "Courier New", Courier, mono;
}

a:link, a:visited{	
	font-weight:bold;
	display:inline;
	color: #FFFFFF;
	text-decoration: none;
}

a:active{
	text-decoration:line-through;
	}

a:hover {
	font-weight:lighter;
	color: yellow;
	text-decoration: underline overline;
}

h1 {
	font: bold small-caps normal large "Courier New", Courier, mono;
	color: #CCCCCC;
}

.red {
	color: #FF00CC;
}

/* Images */
img.right	{
	display:block;
	border:0px;
	float:right;
	clear:right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* Navigation Header */

td a {
	margin: 3px;
}

ul#Navigation {
	/*margin: 5;*/
	padding: 0.8em;

  }
  
ul#Navigation li {
	list-style: none;
	display: inline;
	/*margin: 0.4em;
	padding: 5;*/
	margin-top: 20px;
	border-top: 20;
  }

ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
  }
  
* html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
