 h1{
	font-family: "Arrus BT", Arial, Helvetica; 
	font-size : large;
	font-weight : bold;
	text-align : center;
	color : Navy;
}

h2
{
	font-size : 12px;
	font-family : Arial, Helvetica;
	color : Navy;
}

P
{
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color : Navy;
	text-decoration : none;
}


A
{
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	color : Navy;
}

TD
{
	font-size : 12px;
	font-family : Arial, Helvetica
	font-weight : normal;
	color : Navy;
	text-decoration : none;
}

body
{
	background: #EEEEEE;
	background-image: url(bilder/hg.jpg);
	background-attachment: scroll;
	scrollbar-base-color: #6464B4;
}
 
A:HOVER
{
	font-size : 13px;
	text-decoration : none;
	color : Blue;
	font-weight: bold;
	font-style : normal;
}



