/*-----------------------------------------------------------------
Basic StyleSheet

Version:	1.2
Author: 	Kenneth Mørk
Email: 		km@zornig.dk
website:	kennethmork.dk
-----------------------------------------------------------------*/
@import url(layout.css);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
	color:#111;
}
a:link, a:visited {
	color: #49566e;
}
a:hover, a:active {
	text-decoration: underline;
}
h3, h3 a:link, h3 a:visited {
	font-family: Georgia,Garamond,Times,"Times New Roman",serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2;
	text-decoration: none;
	color: #000;
} 
h3 a:hover {
	color:#49566e;
}
h4 {
	font-family: Georgia,Garamond,Times,"Times New Roman",serif;	
	font-weight: normal;
	font: 15px/1.64 Georgia,Garamond,Times,"Times New Roman",serif;
	margin: 0 0 1em 0;
	color:#777777;
	margin: 5px 0 20px 0;
} 
h4.excerpt {
	font-family: Georgia,Garamond,Times,"Times New Roman",serif;	
	font-weight: normal;
	font: 15px/1.64 Georgia,Garamond,Times,"Times New Roman",serif;
	color:#777777;
	margin: 5px 0 20px 0;
	padding: 0 0 20px 0;
	border: solid #ddd;
	border-width: 0px 0 1px 0;
} 

h5 {
	font-family: Georgia,Garamond,Times,"Times New Roman",serif;	
	font-weight: normal;
	font: 12px Georgia,Garamond,Times,"Times New Roman",serif;
	margin: 0 0 1em 0;
	color:#777777;
	margin: 5px 0 20px 0;
}

p {
	font: 15px/1.64 Georgia,Garamond,Times,"Times New Roman",serif;
	margin: 0 0 1em 0;
}
li {
	margin-left: 30px;
} 