ahtml, body {
    margin: 0px;
    padding: 0px;
}
body {
    color: white;
    font-size: 8pt;
    font-family: Arial, Helvetica, Verdana, Tahoma, SansSerif, serif
}

p, li, td, div {
    color: white;
    font-size: 8pt;
    font-weight: normal
}
p {
    margin-top: 8px;
}
li {
    margin-top: 5px;
}

th {
    font-size: 8pt;
    font-weight: bold
}

h1 {
    color: #fe7900;
    font-size: 13pt; 
    font-weight: bold; 
    margin-top: 5px;
    margin-bottom: 10px
}
h2 {
    color: #fe7900;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px
}
h3 {
    color: #fe7900;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 8px
}
h4 {
    color: #fe7900;
    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: #F4F4FF
}
a:hover {
    color: #fe7900;
    text-decoration: underline
}

a img {
    border: none
}

/* Egne stiler/klasser */

a.tmeny {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #bababa
}

.vmeny {
    font-size: 11px;
    font-weight: bold;
    color: #f0f0f0
}
a.vmeny {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #bababa
}

div.site {
    margin: 5px;
    margin-left: 15px
}
a.site1 {
    font-size: 10pt;
    font-weight: bold;
    color: #fd7102
}
a.site2 {
    font-size: 10pt;
    font-weight: bold;
    color: #cfcfcf
}

div.boxHdr {
    padding: 3px;
    padding-left: 10px;
    margin-bottom: 1px;
    font-size: 10px;
    font-weight: bold;
    color: white
}
.boxDate {
    margin-top: 3px;
    padding-left: 8px;
    font-size: 11px;
    color: #000000
}
.boxText {
    padding-left: 8px;
    padding-right: 3px;
    margin-bottom: 5px;
    font-size: 9px;
}
a.boxLink {
    font-style: italic;
    font-weight: bold;
    font-size: 9px;
    color: #101010
}

.resultatDato {
    margin-top: 3px;
    padding-left: 8px;
    font-size: 11px;
    color: #000000
}
.resultat {
    padding-left: 8px;
    padding-right: 3px;
    margin-bottom: 5px;
    font-size: 9px;
}
a.resultatLink {
    font-style: italic;
    font-weight: bold;
    font-size: 9px;
    color: #101010
}

.vTittel {
    font-weight: bold;
    margin-bottom: 4px
}

.annonse {
    margin-bottom: 2px
}

input.login {
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 11px;
    color: black; 
    font-weight: bold;
    font-family: Comic Sans MS
}

/* Utskrift av nyhetsartikler */

.NewsArtTitle {
    color: #fe7900
}
.NewsArtSubTitle {
    color: #fe7900
}
.NewsArtCredits {
    margin-bottom: 15px;
    font-size: 9px
}
