/*

	Screen Style Sheet for Elias Kumlander Web Page

	Originally Created by Nevo
	Copyright © 2006 www.Nevo.org

*/

html, body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	line-height: 120%;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #4C4C4C;
	background: #FCFDFB url(matter.gif) no-repeat;
	margin: 0;
	padding: 22px;
}

p {
	padding: 0.1em 0 0.7em 0;
	margin: 0;
	font-size: 0.9em;
}
p.left { text-align: left }
p.right { text-align: right }
p.nopadding { padding: 0 }

h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	font-weight: normal;
	padding: 0.4em 0 0 0;
	margin: 0;
}

h1 { font-size: 1.5em; padding-top: 0; }
h2 { font-size: 1.3em }
h3 { font-size: 1.2em }
h4 { font-size: 1em; font-weight: bold }
h5 { font-size: 0.8em }
h6 { font-size: 0.7em }

a  { text-decoration: underline; background-color: transparent; cursor: pointer }
a:link, a:active, a:visited { color: #428400 }

a:link img, a:visited img { border-style: none } a img { color: black }

div { width: 690px } div.right { text-align: right }
