body {

}
.Text {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.Meny {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.Rubrik {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
    }
a:visited {
	text-decoration: none;
    }
a:hover {
	text-decoration: none;
	color: #fbc313;
    }
a:active {
	text-decoration: none;
    }