a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.liten:link {
	color: Blue;
	text-decoration: none;
}
a.liten:active {
	color: Blue;
	text-decoration: none;
}
a.liten:visited {
	color: Blue;
	text-decoration: none;
}
a.liten:hover {
	color: Blue;
	text-decoration: underline;
}
body {
	background: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 13px;
}
.rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-top: 60px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.menytext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
}
