h1, h2, h3, h4, h5, h6 {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  <!--text-align: center;-->
  }

body {
        background-color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
}


table.usynlig {
    padding: 2px;
	background-color: #FFFFFF;
    border-style: none
}

table.synlig {
    width: 80%;  
    border-width: thin;
    border-spacing: 3px;
    padding: 3px;
    border-collapse: collapse;
    border-style: solid;
    border-color: #CCCCCC #666666 #666666 #CCCCCC
}
table.synlig td {
    border-width: thin;
    padding: 7px;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	vertical-align: top
}
table.synlig th {
    border-width: thin;
    padding: 3px;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	background-color: #E0FFE3
}

table.synlig td.venstre {text-align: left}
table.synlig td.midten {text-align: center}
table.synlig td.totalt {
         text-align: right;
		 background-color: #E0FFE3;
		 font-weight: bold
}
table.synlig td.fet {
         text-align: right;
		 font-weight: bold
}
table.synlig th.fet {
         text-align: right;
	font-weight: bold
}

