@charset "UTF-8";
/* CSS Document */

body {
  font-family: Gill Sans, Helvetica, Verdana, sans-serif;
}
.menu {
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #A12F4E;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}
.toptekst {
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.tekst {
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:link {
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #A12F4E;
	text-decoration: none;
}
a:visited {
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #A12F4E;
	text-decoration: none;
}
a:hover {
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #C07580;
	text-decoration: none;
}

