/* $Id: style.css 7 2007-10-12 15:03:02Z jure.merhar $ */

ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,body,html,p,blockquote,fieldset,input, select
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #3e3e3e;
}
body {
	font-size: 62.5%;
	background: #fff;
}
img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
	color: #44780b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
