.rubrik {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FF9900;
	font-weight: normal;
}

.meny {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	color: #666666;
	width: 165px;

	
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-top: 30px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
