
body {
    margin-left: 150px;
    margin-right: 10%;
    margin-top: 24pt;
    margin-bottom: 12pt;
    color: black;
    background-color: white; 
    background-position: top left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(/bilder/jofi.png);
    }

a:link    { 
    color: #35c; 
    text-decoration:none; 
    border-bottom:1px dotted #35c; }
a:visited { 
/*    color: #347;  */
    color: #35c;
    text-decoration:none; 
    border-bottom:1px dotted #347; }
a:hover   {
    border-bottom-style: solid; }

h1    { 
    margin-left: -6%; 
    color: #000000; 
    font:165%/1.5em Georgia,Serif; }
h2    { 
    margin-left: -4%; 
    color: #000000; 
    font:155%/1.5em Georgia,Serif; }
h3    { 
    margin-left: -2%; 
    color: #111111; 
    font:140%/1.5em Georgia,Serif;
    text-decoration: underline; }
h4    { 
    margin-left: -1%; 
    color: #222222;
    font:120%/1.5em Georgia,Serif;
    text-decoration: underline; }
h5    { 
    margin-left: -0%; 
    color: #333333; 
    font:110%/1.5em Georgia,Serif;
    text-decoration: underline; }

table {
    margin-top: 15pt; 
    border-style: solid none solid none; 
    border-color: red;
    border-width: thin }

td    { 
    padding-top: 3pt; 
    padding-bottom: 3pt;
    padding-right: 6pt;
    padding-left: 6pt;
    vertical-align: top; }

th    {
    padding-top: 3pt;
    padding-bottom: 3pt;
    padding-right: 6pt;
    padding-left: 6pt; }

tr.odd     { background-color: #e9e9d3; }
.hidden { display: none; }

.sum {
    border-top: solid;
    border-color: red;
    border-width: thin; }

td.neg { color: red; }
td.sl { background-color: #F54545; }
td.sg { background-color: #79DF31; }
 
dt    { font-weigth: bold; color: green; }

