﻿body {
  background-color: #FFFFFF;
  font: 11px verdana;
  color: #303030;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 13px;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-weight: bold;
}

h2 {
  font-size: 15px;
  font-weight: bold;
}

p {
  margin: 0px;
  margin-bottom: 6px;
}

#footer {
  margin-top: 40px;
  font: 9px verdana;
  color: #A0A0A0;
  text-align: center;
}

.greytext {
  color: #808080;
}

.newsdate {
  font: 10px verdana;
  color: #a0a0a0;
}

.newssubject {
  font: 10px verdana;
  color: #f26522;
  line-height: 18px;
}

.newstext {
  font: 10px verdana;
  color: #505050;
  line-height: 14px;
}

.betingelser {
  font: 11px verdana;
  color: #303030;
}

.adminheader {
  font-size: 13px;
  color: #2030FF;
  font-weight: bold;
}

.faqheader {
  font-size: 20px;
  color: #F26522;
  font-weight: bold;
}

a:link {
  color: #3454b7;
  text-decoration: underline;
}

a:visited {
  color: #3454b7;
  text-decoration: underline;
}

a:active {
  color: #3454b7;
  text-decoration: underline;
}

a:hover {
  color: #4169e6;
  text-decoration: underline;
}

a.faq:link {
  color: #505050;
  text-decoration: none;
}

a.faq:visited {
  color: #505050;
  text-decoration: none;
}

a.faq:active {
  color: #505050;
  text-decoration: none;
}

a.faq:hover {
  color: #F26522;
  text-decoration: none;
}