@import url(http://fonts.googleapis.com/css?family=Nunito:400,700);

body {
	font-family: 'Nunito', 'DejaVu sans', helvetica, arial, sans-serif;
	background-color: #fff;
	padding: 1em;
	font-size: 24px;
  line-height: 1.5em;
}

h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1em;
}

ul {
	list-style: square;
}

li {
	margin-top: .6em;
}

a {
	color: #000;
	padding-bottom: 0.2em;
	text-decoration: none;
	border-bottom: 1px solid #ffcc66;
}

a:hover {
	background-color: #a88743;
	border-bottom-color: #a88743;
}

#footer {
	margin-top: 3em;
	font-size: .6em;
}

.inaktiv {
	color: #888;
}
.inaktiv a {
	color: #888;
	border-bottom-color: #ffdd99;
}
.inaktiv a:hover {
	background-color: #99bbff;
}

.spam {
	font-size: .6em;
	color: #666;
}
#footnotes {
  font-size: .8em;
}
strike {
    color: #666;
}

