BODY{background-color : #EDEEBE; color: #000080;
 font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; scrollbar-base-color: #99cdf2; scrollbar-track-color: #FFFFCC; scrollbar-arrow-color: #FFFFCC; align: center;
} 


I{
color: blue; text-decoration:overline
}

  A:Hover {
 color : #000080; text-decoration : underline; 
; background-color: #EDEEBE
; letter-spacing: 2px
} 

.V { color : #000080; ; letter-spacing: 1px; font-weight:bold; text-decoration : none; 
 }
 

 A { color : #000080; font-weight:bold; text-decoration : none; 
 }
 



TD { 
font-family : Verdana, Arial, Helvetica, sans-serif; color : #000080; font-size 
: 12px; 
}


A {xxxx} blir följande i html-dok. <A> text</A> (Ankare)

B {XXXX} bli följande i html-dok. <B>text</B> (fetstil)

.exempel {XXXX}   blir följande i html-dok. <span class="exempel"> text</span>

