body { 
	background-color: white;
	color: #390000;
	font-family: Perpetua, Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: Perpetua, Verdana, Arial, sans-serif;
}

h1, h2, h3 {
	text-align: center;
}


h1 {
	font-size: 21px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 17px;
	vertical-align: top;
}

h4 {
	font-size: 15px;
	text-align: left;
}

h5 {
	font-size: 10px;
	text-align: left;
}

h6 {
	font-size: 7px;
}

P {
	text-align: justify;
	margin: 3px;
}

IMG {
	vertical-align: middle;
}


/* Anchors*/
A {
	font-size: 18px;
	text-decoration: none;
}

A:link  {
	COLOR : #9ACD32;
}

A:visited  {
	COLOR : #7FFF00;
}

A:hover  {
	COLOR : #FF0808;
}

A:active  {
	COLOR : #FF0808;
}

/* Klassen */
.small {
	font-size: 7px;
}
