@charset "UTF-8";
/* CSS Document */

body		
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:6px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

.navi {
font-size:10px;
font-weight:light;
}

.headline1 {
		font-size:36px;
		font-weight:bold;
		}

a:link
{
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a:visited
{
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a:hover
{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a:active
{
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
	color: black;
}

