BODY {
  background-color : #eeeeee;
  scrollbar-face-color : #eeeeee;
  scrollbar-arrow-color : #949494;
  scrollbar-track-color : #EEEEEE;
  scrollbar-shadow-color : #949494;
  scrollbar-highlight-color : #EEEEEE;
  scrollbar-3dlight-color : #949494;
  scrollbar-darkshadow-Color : #EEEEEE;
  background-repeat: no-repeat;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: medium;
}

P, EM, STRONG, EM STRONG, STRONG EM, H1, H2, H3, H4, H5, H6, COL, COLGROUP, TABLE, TBODY, TD, TR, TH, DL, DD, DT, LI, UL, OL {
  font-family: Verdana,Arial,Helvetica,sans-serif;  
  color:  black;
}	

P {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: small;
  color: black;
  line-height : normal
}

UL {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: small;
  color: black;
  line-height : normal
}

LI {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: small
  color: black;
  line-height : normal
}

TD {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: small;
  weight: normal;
  color: black;
  line-height : normal;
}

TR {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: small;
  weight: normal;
  color: black;
  line-height : normal;
}

A:link {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size : small;
  text-decoration :none;
  color: #39596e;
  line-height : normal;
}

A:visited {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size : small;	
  text-decoration :none;
  color: #355565;
  line-height : normal
}

A:active {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size : small;
  text-decoration : none;
  color: #39596e;
  line-height : normal
}

A:hover {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size : small;
  color:#39596e;
  text-decoration : underline;
  line-height : normal
}

/* Egne definitioner */

.footer {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: x-small;
  color: black;
}

.footer hr {
  width : 65%;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
  font-size: x-small;
}

.adminlinks { 
  text-align : right;
  font-size: xx-small;
}

.adminlinks a:link, .adminlinks a:visited, .adminlinks a:active, .adminlinks a:hover {
  font-size: xx-small;
}

/* Odd and Even entries in row */
tr.evenrow {
  background-color : #dddddd;
}
tr.oddrow { 
  background-color : #eeeeee;
}

img {  
    border-style: none;
}

