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