/* CSS Document */

body { font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
/*	font-size: small; */
}

h1 { font-weight: normal;
	font-size: large;
	line-height: 100%;
	text-transform: uppercase;
}
h2 { font-weight: normal;
	font-size: medium;
	line-height: 100%;
}
h3 { font-size: medium;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #990033;
}
ul { list-style-type: square; }
.markert {
	color: #FFFFFF;
	background-color: #990033;
	text-decoration: none;
}
.meny {
	text-decoration: none;
	font-size: x-small;
}
.forside1 {
	text-align: center;
	font-size: xx-large;
	line-height: 100%;
}
.forside2 {
	text-align: center;
	font-size: large;
	line-height: 100%;
}
.graa { color: #666666; }
.forfatter { color: #666666; }
.bibliografi {
	text-indent: -30px;
	list-style-position: outside;
	list-style-type: none;
}
.bildetekst { font-style: italic; }
