p,td
{
	font-family: Verdana,Arial,Helvetica,'sans-serif'; 
	font-size: 10pt;
}

h1
{
	font-family: Verdana,Arial,Helvetica,'sans-serif'; 
	font-size: 11pt; 
	font-weight: bold;
	color:#ffffff
}

h2
{
	font-family: Verdana,Arial,Helvetica,'sans-serif'; 
	font-size: 14pt; 
	font-weight: bold;
}

table
{
	margin-left: 3%;
	margin-right: 3%;
}


body {
	background-color: #ff9900;
}

/* Definition von Links */

{ 
text-decoration:none; 
}

a:link { 
text-decoration:none; 
color:#ffffff; 
 } 
 
/* noch nicht besuchte Ziele */

a:visited { 
text-decoration:none; 
color:#ffffff;
 } 
 
/* besuchte Ziele */

a:hover { 
text-decoration:none; 
color:#FFFFFF; 
} 

/* Verweise bei "MouseOver" */

a:active { 
text-decoration:none; 
color:#ffffff;
 }
 
/* Angeklickte Verweise */