/* Som du ser är det endast en samling koder. Så här ser det ut 
och svårare är det inte. OBS: inga HTML-koder! Det som skrivs inom 
dessa tecken (asterix och flash) kommer inte med i koden, utan förblir
kommentarer. */

BODY 
{
background-color: #f2f2f2;

	scrollbar-base-color:		  white;   
    scrollbar-arrow-color:        #9F9D9D;
    scrollbar-darkshadow-color:   #9F9D9D;
    scrollbar-face-color:         white;
    scrollbar-highlight-color:    #ffffff;
    scrollbar-shadow-color:       #ffffff;  
	scrollbar-track-color:		  #ffffff;
	scrollbar-3dlight-color:      #9F9D9D;
}


a:link { text-decoration: none; color: #f2f2f2}
a:visited { text-decoration: none; color: #f2f2f2}
a:active { text-decoration: none; color: #f2f2f2}
a:hover { text-decoration: underline; color: #f2f2f2}