*{font-family: Verdana, Arial,'Sans-Serif';
	color: #CC3333; }

body {
  margin-right: 5%; 
  margin-left: 5%;
  background-color: orange; 
  font-size: 8pt; 
  font-weight: normal; 
  scrollbar-face-color: #ffffff; 
  scrollbar-highlight-color: #ffffff; 
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-arrow-color: #000000; 
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #cccccc; }
}

a:link { text-decoration: underline; color: #CC3333}
a:visited { text-decoration: underline; color: #CC3333}
a:active { text-decoration: underline; color: #CC3333}
a:hover { text-decoration: underline; color: #ffffff}


h1 {
font-size: 16pt; 
font-weight: normal; 
text-decoration: bold; 
}

.ram_nere{ 
  border: red; 
  border-style: solid; 
  border-top-width: 0px; 
  border-right-width: 0px; 
  border-bottom-width: 2px; 
  border-left-width: 0px
}
.ram_vanster{ 
  border: red; 
  border-style: dotted; 
  border-top-width: 0px; 
  border-right-width: 0px; 
  border-bottom-width: 0px; 
  border-left-width: 2px
}

.ram_nere_dotted{ 
  border: red; 
  border-style: dotted; 
  border-top-width: 0px; 
  border-right-width: 0px; 
  border-bottom-width: 2px; 
  border-left-width: 0px
}

table{ 
  background-color: white;
  border: solid; 
  border-width: 2px 0px; 
  border-color: red; 
  border-collapse: collapse; 
}
td { 
font-family: Verdana, Arial, 'Sans-Serif'; 
color: #888888; 
font-size: 9pt;  
/*border: red; 
   border-style: solid; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px*/

}


input { font-family: Verdana; color: #000000; font-size: 9pt; border: 1 solid #000000; background-color: #eaeaea; }
textarea { font-family: Verdana; color: #000000; font-size: 9pt; border: 1 solid #000000; background-color: #eaeaea; }
