/*Alla hemisidor/html-sidor*/

/*Rubriker*/
h1 { font-family: arial; font-size: 20px;color: #53555C;}
h2 { font-family: arial; font-size: 18px;color: #53555C;}
h3 { font-family: arial; font-size: 14px; font-weight:bold;color: #53555C;}

/*Bakgrundsbild hela hemsidan*/
body { background-image: url(images/vit_enfargad.jpg);}



/*Text i cell/tabell*/
td {font-family: arial; font-size: 14px;color: #53555C;}

/*Text utanför tabell/cell*/
p{ font-family: arial; font-size: 14px;color: #53555C;}


/*Scrollist*/
body{
scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #53555C;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #53555C;
	background-color:#ffffff;
	}
	
	
	/*Länkar*/
a{color: #53555C; font-size: 12pt; font-family: Arial;}
a:link{color: #55535C; font-size: 12pt; font-family: Arial;}
a:hover {color: #888888; font-size: 12pt; font-family: Arial; text-decoration: blink; font-style: italic
}
a:visited {color: #53555C; font-size: 12pt; font-family: Arial;  
}
a:active {color: #53555C; font-size: 12pt; font-family: Arial; }
