a:link
{
	font-size: 12 px;
	color: Navy;
	text-decoration: underline;
}
a:visited
{
	font-size: 12 px;
	color: Blue;
	text-decoration: underline;
} 
a:active 
{
	font-size: 12 px;
	color: Navy;
	text-decoration: underline;
}
a:hover 
{
	font-size: 12 px;
	color: rgb(150,50,40);
	text-decoration: underline;
}

body
{
	
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	background : #FFFFFF url('grafik/80sbaggrund.gif') no-repeat fixed center;
	scrollbar-3dlight-color:#F0F8FF; scrollbar-arrow-color:#302792; scrollbar-base-color:#D1D2EE; scrollbar-darkshadow-color:#153975; scrollbar-face-color:#68CCFF; scrollbar-highlight-color:#F0F8FF; scrollbar-shadow-color:#302792; scrollbar-track-color:#0091DB; border:medium none black; font-style:normal; font-variant:normal; font-weight:normal; font-size:12; background-color:#FFFFFF
}
table
{
	font-size: 12 px;	
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: Black;
	font-size : 14px;
}
h2
{
	color: Green;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
}
h3
{
	color: Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
}
h4
{
	color: Green;
}
h5
{
	color: Olive;
}
h6
{
	color: Navy;
}
