﻿/*** =General elements ***/
body { font: 14px "Trebuchet MS", Arial, sans-serif; }
a 
{ font: 20px "Trebuchet MS", Arial, sans-serif;
  line-height:30px;
  
}

a:link { text-decoration:none;
         color:#009900;
         border-bottom:2px dotted #ccc;
 }
 
 a:active { text-decoration:none;
         color:#009900;
         border-bottom:2px dotted #ccc;
 }

a:visited { text-decoration:none;
         color:#009900;
         border-bottom:2px dotted #ccc;
 }

a:hover { background-color:#00cc00;         
         color:#ffffff;
         border-bottom:2px dotted #ccc;
 }
 
 a.none { background-color:#ffffff;         
         color:#ffffff;
         border-bottom:0px dotted #fff;
 }
 
 .divtjanst { padding:5px;
              
            }
 .divtextbgcolor 
 {
     background-color:#ff3;
 }
 
 .linkv { font: 20px "Trebuchet MS", Arial, sans-serif;
          color:#66cc66;
              
            }
 


h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Arial, sans-serif; }

h1 { font-weight: normal; font-size: 32px; }
h2 { font-weight: normal; font-size: 20px; }
h3 { font-weight: normal; font-size: 16px; }

