body {
    margin: 0; padding: 0;
	background-image:url(img/bg.png);
}
.Text {
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
}
.Rubrik {
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.Stext {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	color: #336097;
}
.Meny {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a:link {
	text-decoration: none;
    }
a:visited {
	text-decoration: none;
    }
a:hover {
	text-decoration: none;
	color: #9c572d;
    }
a:active {
	text-decoration: none;
    }
    
    
#madeby {
	width: 850px;
	margin: 5px auto;
	padding: 5px 0;
	text-align: right;
}
#madeby a {
	font-family: Arial;
	font-size: 11px;
	line-height: 21px;
	color: #fff;
	text-decoration: none;
}
