body {
	margin: 0;
	padding: 0;
	background-image: url("bg.png");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000;
}
blockquote {
	margin: 0;
	width: 80%;
	background-color: #dde0dd;
	padding: 0.8em;
	padding-left: 1em;
	border: dashed thin #4B4B4B;
	quotes: '“' '„';
}
blockquote:before { 
	content: open-quote 
}
blockquote:after  { 
	content: close-quote 
}
.quote p {
	color: #5A5A5A;
	padding-left: 1em;
	margin-top: 4em;
}
a.voteminus {
	background-color: #FF2A2A;
}
a.voteplus {
	background-color: #AAFF55;
}
div.facts {
	padding-left: 5em;
}
div.meny {
	background-color: #C3C3C3;
	width: 100%;
	left: 20px;
	padding-top: 1em;
	height: 2em;
}
div.meny a, a.voteplus, a.voteminus {
	color: #000;
	text-decoration: none;
	padding-left: 0.5em;
}
div.meny a {
	color: #696969;
	padding-left: 0.8em;
}
div.meny a:hover {
	text-decoration: underline;
	color: #E1E1E1;
}
