body  {
	background-color : #FDF5E9;
}

h1  {
	font : 25pt Arial;
	color : #003366;
}

h2  {
	font : 12pt Arial;
	color : #003366;
}

h3  {
	font : 10pt Arial;
	color : #003366;
}

h4  {
	font : 10pt Arial;
	color : #003366;
}

h5  {
	font : 16pt Arial;
	color : #003366;
	font-weight : bold;
}

h6  {
	font : 13pt Arial;
	color : #003366;
	font-weight : bold;
}

.datum  {
	font : 10pt Arial;
	color : #003366;
}

b  {
	font-weight : bold;
}

strong  {
	font-weight : bold;
}

.sned  {
	font : 10pt Arial;
	color : #003366;
}

.liten  {
	font : 10pt Arial;
	color : #003366;
}

a:visited  {
	color : #003366;
	text-decoration : none;
}

a:hover  {
	color : Red;
	text-decoration : underline;
}

a:link  {
	color : #003366;
	text-decoration : none;
}

a:active  {
	color : Red;
	text-decoration : underline;
}

a  {
	font-family : Arial;
}


