
body {
	background-color: white;
/*	font-family: Impact, Charcoal, sans-serif;*/
/*	font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif
	text-align: justify;
	font-size: 100%;
}

img {
    width:100%;
}
.main-header {
  text-align: center;
}

h1 {
  text-align: center;
  font-variant: small-caps;
  font-size: 1.5em;
  font-style: normal;
}
h2 {
  text-align: center;
  font-variant: small-caps;
  font-size: 1.2em;
  font-style: normal;
}
h3 {
  text-align: center;
  font-variant: small-caps;
  font-size: 1.0em;
  font-style: normal;
}
p {
  text-align: justify;
  font-size: 1.0em;
  font-style: normal;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}


li {
    float: right;
}
li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-variant: small-caps;
    font-size: 1.2em;
}
li a:visited {
    color: darkmagenta;
}
li a:hover {
    background-color: #dae5d3;
}
li a:active {
background-color: #dae5d3;
    color: red;
}

div {
    border-bottom: 5px solid white;
}

.wrapper {
	text-align: center
}

.error {
	color: #FF0000;
}

.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  color: #fff;
  transform: translateY(4px);
}




/*
section-middle {
    float: left;
    width: 200px;
}

section-right {
    float: left;
    width: 200px;
}

*/








/*
.menu-links {
	font-variant: small-caps;
}

.menu-links:link {
    color: black;
    text-decoration: none;
}
.menu-links:visited {
    color: darkblue;
    text-decoration: none;
}
.menu-links:hover {
    color: blue;
    text-decoration: none;
    background-color: lightgray;
}
.menu-links:active {
    color: red;
    text-decoration: none;
}

div.hovedmenu {
    position: absolute;
    top: 30px;
    right: 20;
    height: 100px;
}
*/
