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 -size: 12 px;
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	background : url(grafik/fsv_logo_baggrund.gif) no-repeat fixed center;
	background-color: #D1D2EE;
	scrollbar-3dlight-color : #F0F8FF;
	scrollbar-arrow-color : #302792;
	scrollbar-base-color : #D1D2EE;
	scrollbar-darkshadow-color : #153975;
	scrollbar-face-color : #D1D2EE;
	scrollbar-highlight-color : #F0F8FF;
	scrollbar-shadow-color : #302792;
	scrollbar-track-color : #5950CF;
	border-color: black;
	border: black;	
}
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;
}

