body {
 font-family: sans-serif;
 text-align: left;
 color: #FFFFFF;
 background: #004080;
}

h1 {
 font-family: Arial;
 font-size: xx-large;
 text-align: center;
 color: #FFFF00;
}

h2 {
 font-family: Arial;
 font-size: x-large;
 text-align: center;
 color: #8080FF;
}

a:link {
 text-decoration: underline;
 color: #60A0FF;
}

a:visited {
 text-decoration: underline;
 color: #2060C0;
}

a:hover {
 text-decoration: underline;
 color: #40FFFF;
 background: #0060C0;
}

a:active {
 text-decoration: underline;
 color: #406080;
 background: #0060C0;
}

hr {
 color: #0000E0;
}

.hervor {
 color: #0080FF;
}
