/* Link eigenschaften */
a:link { /* Ein normaler Link */
	color:#87275C;
	text-decoration: underline;
}
a:visited { /* Ein besuchter Link */
	color:#87275C;
	text-decoration: underline;
}

body 
{
background: url('Bilder/hint.gif') fixed;
color:#87275C;
font-family:verdana;
font-size:10pt;
}