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: "Times New Roman", Times, serif;
	color: Maroon;
	background : #FFFFFF url('grafik/80sbaggrund.gif') no-repeat fixed center;
	scrollbar-3dlight-color:#F0F8FF;
	scrollbar-arrow-color: #F0F8FF;
	scrollbar-base-color:#D1D2EE;
	scrollbar-darkshadow-color:#153975;
	scrollbar-face-color: #6495ED;
	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: "Times New Roman", Times, serif;
}
h1
{
	color: Black;
	font-size : 14px;
}
h2
{
	color: Green;
	font-family : "Times New Roman", Times, serif;
	font-size : 22px;
}
h3
{
	color: Navy;
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
}
h4
{
	color: Green;
}
h5
{
	color: Olive;
}
h6
{
	color: Navy;
}


.cbtn
	{
	height:18;
	BORDER-LEFT: threedface 1px solid;
	BORDER-RIGHT: threedface 1px solid;
	BORDER-TOP: threedface 1px solid;
	BORDER-BOTTOM: threedface 1px solid; 
	}

.txtbtn {font-family:tahoma; font-size:70%; color:menutext;}