body {
	font-size:62.5%;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin-top: 10px;
}
h1 {
	font-size:1.4em;
	margin-bottom:0.7em;
}
h2 {
	font-size: 1.2em;
	margin: 0.7em 0 0.4em 0;
}
h3 {
	font-size: 1.1em;
	margin: 0.7em 0 0.2em 0;
}
h4,h5,h6 {
	font-size: 1em;
	margin: 0.7em 0 0.2em 0;
}

/* Paragraphs and other textelements */
p {
	margin-bottom:1em;
	line-height: 1.4;
	font-size: 1.2em;
}

/* Lists */
ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 3em;
}
li {
	line-height: 1.4;
	margin: 0 0 0.4em 0;
	padding: 0;
}

/* Links */
a {
	color: #0F7F1F;
	text-decoration: none;
}
a:hover, a:visited:hover {
	border: none;
	text-decoration: none;
}
a:visited {
	border-bottom: none;
	color: #0F7F1F;
	text-decoration: none;	
}