.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7A00;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7A00;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #3797E4;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #b8b8b8;
	background-color: #232323;
	border: 1px solid #FF7A00;
	height: 17px;
}
.buttonx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #232323;
	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: #636363;
	border-right-color: #636363;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-style: italic;
	color: #b8b8b8;
	height: 17px;	

}
.boxBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #b8b8b8;
	background-color: #232323;
	border: 1px solid #FF7A00;

	height: 150px;	
	width: 350px;
}