<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.top {background: #99CC99; color: #000000; font-weight: bold;}

/*Länkar*/
a:link {background: #BBDDAA; color: #0033FF; font-family: arial, sans-serif;}
a:visited {background: #BBDDAA; color: #770077; font-family: arial, sans-serif;}
a:active {background: #BBDDAA; color: #CC66DD; font-family: arial, sans-serif;}

/*Marginaler för dokumentet*/
body {margin-top: 3%;
      margin-bottom: 3%;
      margin-left: 15%;
      margin-right: 15%;
      background: #BBDDAA;
      color: #000000;
     }

/*Titel*/
h1 {text-align: center; 
    margin-top: 2em; 
    margin-bottom: 1em; 
    font-family: "comic sans MS", arial, sans-serif;
   }

h2 {font-family: arial, sans-serif;
    font-weight: 600;
   }

h3 {font-family: arial, sans-serif;
    font-weight: 500;
    text-decoration: underline;
   }

/*Övrig text*/
p {font-family: arial, sans-serif;
   line-height: 140%;
   color: #000000;
   background: #BBDDAA;
  }

div.d1 {font-family: arial, sans-serif;
        font-size: 13px;
        color: #000000;
        background: #CCFFCC;
        margin-top: 1em;
       }

div.d2 {font-family: arial, sans-serif;
        background: #BBDDAA;
        color: #000000;
        line-height: 140%;
       }

pre.p1 {color: #000000;
        background: #CCFFCC;
        text-align: left;
       }

/*Avskiljare*/
p.av {border-bottom: thin solid #009922;}

/*Bilder*/
img.b {margin-bottom: 1em; 
       border-style: none;
       height: 31px; width: 88px;
      }

/*Listor*/
ul {font-family: arial, sans-serif; 
    line-height: 140%;
    background: #BBDDAA;
    color: #000000;
   }

/*Tabellen*/
table {border-style: solid;
       border-color: #009922;
      }

th {padding: 2%; 
    color: #DDFFAA; 
    background: #005500;
    border-top: thin solid #009922;
    border-bottom: thin solid #009922;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
   }

tr.r1 {color: #000000; background: #AABB88;}
tr.r2 {color: #000000; background: #CCFFCC;}


</pre></body></html>