/*
finnskoga.css
2006-05-25 21:04:44 (Jake): created and imported from jake.css
*/

body {
	background-color: white;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

.maindiv {
	position: absolute;
	width: 35em;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.bad { color: red }
p.good { color: green }
p.center { text-align: center }

p.normal { font-weight: normal }
p.thick { font-weight: bold }
p.italic { font-style: italic }

h1, h1.center {
	font-size: 18pt;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	text-align: left;
}

h1.center {
	text-align: center;
}

h2 {
	font-size: 14pt;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12pt;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:hover, a:active, a:visited {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #8888ff;
}
