/***************************
   *** overall rendering ***
 ***************************/

body {
	background: #FFFFCC;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: #9933CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/**************************
   *** partly rendering ***
 **************************/
h1 {
	color: maroon;
	font-size: 24px;
	font-weight: bold;
}
h1.centered {
	text-align: center;
}
h2 {
	color: maroon;
	font-size: 18px;
	font-weight: bold;
}
div.englishplain {
	font-style: italic;
}
div.innrykk {
	line-height: 1.25em;
	padding-left: 10%;
	padding-right: 10%;
}
p {
	font-family: arial, helvetica, sans-serif; /* for Netscape */
}
p.centered {
	text-align: center;
}
p.adcenter {
	text-align: center;
}
p.brodtekst {
	line-height: 1.25em;
	text-indent: 2em;
	text-align: justify;
	padding-left: 10%;
	padding-right: 10%;
}
p.brodtekst:first-letter {
	font-family: century-schoolbook, times, serif;
	font-size: 24px;
	font-weight: bold;
	color: maroon;
}
p.englishtitle {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
p.smalltextcenter {
	text-align: center;
	font-family: times, serif;
	font-size: 16px;
}
span.currentpage {
	font-weight: bold;
}
span.emphasize {
	font-style: italic;
}
span.spouse {
	color: red;
}
span.missing {
	font-weight: bold;
}
span.englishinline {
	font-style: italic;
}
span.ane {
	font-weight: bold;
}
td {
	font-family: arial, helvetica, sans-serif; /* for Netscape */
}
td.smalltext {
	font-family: times, serif;
	font-size: 16px;
}
