body {
	background-color: #FFFFDF;
}
.frame {
	position: relative;
	height: 455px;
	width: 800px;
	left: 230px;
	top: 100px;
}
.meny {
	position: absolute;
	height: auto;
	width: 200px;
	left: 360px;
	top: 290px;
	text-align: right;
}
table {
	border-top: thin dotted #FFFFCC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	width: 100px;
	border-bottom-color: #FFFFCC;
	float: right;
	border-bottom-style: dashed;
}
.menytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: right;
}
.punkter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: underline;
}
