@charset "utf-8";
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
a {
	color: #000000;
	text-decoration: underline;
}
.rubrik {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.underrubrik {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.liten_text {
	font-size: 11px;
	text-decoration: none;
}
