@charset "utf-8";
/**
* Author: Roger Okl�
* Datum: 2018-05-29
*/

/* Link */
a
{
	color: rgb(0,115,177);
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}

a:hover
{
	color: rgb(0,0,255);
}

a.klein
{
	font-size: 90%;
}