/* LINUXLABS colors: 
 *
 * Dark green:  #198641
 * Light green: #52BA2C
 * Yellow:      #CFE200
 * Mørkgrønn:    R:25  - G:134 - B:65 eller Web kode: 00 99 33
 * Mellomgrønn:  R:82  - G:186 - B:44 eller Web kode: 66 CC 33
 * Lysgrønn/gul: R:207 - G:226 - B:0  eller Web kode: CC CC 00
 */

body,h1,h2,p,td {
  font-family: Arial,Helvetica,sans-serif;
}

h2, h3, h4 {
  color: #444444; 
}

h1 { 
  font-family: arial,helvetica;
  font-size: 18pt;
  /*color: #2ab013;*/
  color: #00a132;
}
h2 { 
  font-family: arial,helvetica;
  font-size: 14pt;
}
h3 { 
  font-family: arial,helvetica;
  font-size: 10pt;
  color: #666666;
}

body,p,td { font-size: 10pt }

a:link { color: #000066; text-decoration: none; }
a:hover { color: #000066; text-decoration: none; }
a:active { color: #000066; text-decoration: none; }
a:visited { color: #000066; text-decoration: none; }

.news_td {
  background-color: #e0e0e0;
}

.menu_td {
  background-color: #f0f0f0;
}

.menu_td_active {
  background-color: #e0e0e0; 
/*  background-color: #eeee88; */
}

.infobox_td {
  background-color: #a0a0a0;
}

.news_span {
  font-size: 8pt;
}

table.textframe {
  background-color: #eeeeee;
  font-size: 12pt;
  font-weight: italic;
}
