html, body { margin: 0px; padding: 0px }
body { color: black; background: #02007F; font-size: 9pt;
    font-family: Arial, Verdana, Helvetica, Tahoma, SansSerif, serif }

p, li, td, div { font-size: 9pt; font-weight: normal }
p { margin-top: 8px; line-height: 1.25em }
th { font-size: 9pt; font-weight: bold }

h1 { font-size: 13pt; font-weight: bold; margin-top: 5px; margin-bottom: 10px }
h2 { font-size: 12pt; font-weight: bold; margin-top: 5px; margin-bottom: 10px }
h3 { font-size: 11pt; font-weight: bold; margin-top: 5px; margin-bottom: 8px }
h4 { font-size: 10pt; font-weight: bold; margin-top: 4px; margin-bottom: 6px }
h5 { font-size: 9pt; font-weight: bold; margin-top: 4px; margin-bottom: 5px }
h6 { font-size: 8pt; font-weight: bold; margin-top: 4px; margin-bottom: 5px }

a { text-decoration: none; color: #2222aa }
a:hover { text-decoration: underline; color: red; }
a img { border: none }

/* Egne klasser */
.margTittel { color: white; font-weight: bold; }

.meny { font-size: 11pt; font-weight: bold; text-decoration: none; color: #404040 }
a.meny { font-size: 11pt; font-weight: bold; text-decoration: none; color: #404040 }
a.meny:hover { color: #0272bc; text-decoration: none }

.subMeny { font-size: 9pt; font-weight: bold; text-decoration: none; color: white }
a.subMeny { font-size: 9pt; font-weight: bold; text-decoration: none; color: white }
a.subMeny:hover { color: #FFFFAA; text-decoration: none }

/* Printing av nyhetsartikler */
.ATline { margin-top: 4px; background-image:URL(img/linje.gif);
          background-repeat: no-repeat; width: 576px; height: 1px; }
.ATdate { font-size: 8pt; }
.ATtitle { font-size: 11pt; font-weight: bold; margin-bottom: 4px }
.ATingress { margin-bottom: 3px }
.ATadvert { background: white; }
td.ATtd { }
.ATread { font-style: normal; }
a.ATread { font-style: normal; }
.NewsArtTitle { color: black }
.NewsArtSubTitle { color: black }
.NewsArtCredits { margin-bottom: 15px; font-size: 9px }
