BODY {
	font-family :  Arial, Century Gothic, Verdana, sans-serif ;
	font-size : small;
	background-color : White;
}

TABLE {
	padding : 2px 10px 2px 10px;
}

TD {
	font-family :  Arial, Century Gothic, Verdana, sans-serif ;
	font-size : small;
}

A {
	text-decoration: underline;
	color: blue;
	
}

A:Hover {
	text-decoration: underline;
	color: red;
}

A:first-letter {
	font-size : larger;
}


H1 {
	color : #D2691E;
	text-align : center;
	border-bottom : thin solid #D2691E;
	border-left : thick solid #D2691E;
	border-right : thick solid #D2691E;
	border-top : thin solid #D2691E;
	background : #FFFFCC;
}


H2 {
	color : #FF6666;
	text-align : center;
	border-bottom : thin solid #FF4500;
	border-left : thick solid #FF4500;
	border-right : thick solid #FF4500;
	border-top : thin solid #FF4500;
	background : transparent;
}

H3 {
	color : Gray;
}

HR {
	color : #FF4500;
	border : 3px solid;
	width : 100%;
}

.bgy {
	background : Yellow;
}

.larger {
	font-style : normal;
	font-weight : bolder;
	line-height : 160%;
}

.copyright {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : xx-small;
	text-align : center;
}

.instruktion {
	font-family : "Arial Narrow";
	font-size : x-small;
	color : #FF00CC;
	text-align : right;
}






