*.* {
  font-family:Arial, Helvetica, sans-serif;
}

FONT {
  font-family:Arial, Helvetica, sans-serif;
}

p,li {
  font-size: 12px;
}

td,th {
  font-size: 14px;
}

.boks {
  font-size: 11px;
}

.header {
  font-size: 26px;
}

.overskrift {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.overskriftboks {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: white;
}

.skriftboks {
  font-size: 11px;
  color: black;
  line-height: 13px;
}

.brodtekst {
  font-size: 13px;
}

.larger {
  font-size: 20px;
  color: black;
}

.large {
  font-size: 18px;
  color: black;
}

.largered {
  font-size: 18px;
  color: red;
}

.largewhite {
  font-size: 18px;
  color: white;
}

.big {
  font-size: 16px;
  color: black;
}
.bigred {
  font-size: 16px;
  color: red;
}

.biggreen {
  font-size: 16px;
  color: green;
}

.bigblue {
  font-size: 16px;
  color: blue;
}

.bigwhite {
  font-size: 16px;
  color: white;
}

.bigtt {
  font-family:Courier;
  font-size: 16px;
  color: black;
}


.smaller {
  font-size: 13px;
  color: black;
}

.smallerred {
  font-size: 13px;
  color: red;
}

.smallerwhite {
  font-size: 13px;
  color: white;
}

.smallergreen {
  font-size: 13px;
  color: green;
}

.smallerblue {
  font-size: 13px;
  color: blue;
}

.smallerorange {
  font-size: 13px;
  color: orange;
}

.smalleritalic {
  font-size: 13px;
  color: black;
}

.smallertt {
  font-family:Courier;
  font-size: 13px;
  color: black;
}

.verysmall {
  font-size: 8px;
  color: black;
}

.smallest {
  font-size: 10px;
  color: black;
}

.bottom {
  font-size: 13px;
  color: black;
  line-height: 14px;
  margin-left: 10px;
  margin-right: 10px;
  text-indent: 0px
}

H1 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 24px;
}

H2 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px;
}

H3 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px;
}

H4 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
}

H5 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
}

H6 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px;
}


UL {
  font-family: Arial, Helvetica, sans-serif; 
}

LI {
  font-family: Arial, Helvetica, sans-serif; 
}

.standard {
  font-size: 13px;
  line-height: 14px;
}

P {
  font-family: Arial, Helvetica, sans-serif; 
  word-wrap: break-word;
}

.block {
  font-size: 13px;
  line-height: 14px;
  margin-left: 10px;
  margin-right: 10px;
  text-indent: 0px
}

.preblock {
  font-size: 13px;
  line-height: 10px;
  margin-left: 30px;
  margin-right: 10px;
  text-indent: 0px
}

.note {
  font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  color: white; 
  background: #000099; 
  border: solid;
}

/* Urk. Til den som lagde .note, husk aa sjekk css-spec. Farger skal 
   spesifiseres med # naar en bruker hex. Dvs 000099 feil, #000099 er riktig.
   I dette tilfelles ble det hvit tekst paa hvit bakgrunn.
   <http://www.w3.org/TR/REC-CSS1#color-unit>
   aslakr */

BLOCKQUOTE.notabene
{ 
  color: black;
  background: yellow;
  margin: 1em;
  padding: 1em;
  border: none;
 }

.withborder {
 border: solid black;
}
.green{
 background:green;
}
.orange {
 background:orange;
}
.vaar{
 background:green;
 font-size:13px;
 color:white;
}
.host {
 background:orange;
 font-size:13px;
 color:white;
}	
.corn{
 font-size:13px;
 background:cornsilk;
}
.white {
 background:white;
}
.grey{
 background:grey;
}

