a:link
{
	color: rgb(255,153,51); 
}
a:visited
{
	color: rgb(255,204,0); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Arial, Helvetica;
	font-size: 14p;
	background-image:url('images/schrifthintergrund.jpg');
	color: rgb(0,0,128)
}