body {
	background-image: url(img/cavernback.jpg);
	background-color:#c1bc9e;
	margin-top:0px;
}


.text {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal
}

.copy {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal
}

.meny {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}

a.meny:link {
	text-decoration: none;
}
a.meny:visited {
	text-decoration: none;
	color: #ffffff;
}
a.meny:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.meny:active {
	text-decoration: none;
	color: #ffffff;
}

a {
	font-size: 11px;
	color: #f88d68;
	font-weight:bold
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f88d68;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #f88d68;
}


.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d83801;
	border-right-color: #d83801;
	border-bottom-color: #d83801;
	border-left-color: #d83801;
}


