font.heading  
{
	font-size : large;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : yellow;
}

h3  
{
	font-family : Verdana;
	color : yellow;
}

p.gelb
{
	font-family : Verdana;
	color : yellow;
	font-size : 8pt;
}

body  
{
	background-color : Black;
}

hr.dark  
{
	color : #9400d3;
}

hr.light  
{
	color : #7b68ee;
}

td.dark  
{
	background-color : #9400d3;
}

td.light  
{
	background-color : #7b68ee;
}

a:link  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : #7b68ee;
}

a:visited  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : #7b68ee;
}

a:active  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : #7b68ee;
}

