/*Alla hemisidor/html-sidor*/

/*Rubriker*/
h1 { font-family: arial; font-size: 20px;color: #543BA4;}
h2 { font-family: arial; font-size: 18px;color: #543BA4;}
h3 { font-family: arial; font-size: 14px; font-weight:bold;color: #543BA4;}

/*Bakgrundsbild hela hemsidan*/
body { background-image: url(images/ull_bakgru.jpg);}



/*Text i cell/tabell*/
td {font-family: arial; font-size: 14px;color: #543BA4;}

/*Text utanför tabell/cell*/
p{ font-family: arial; font-size: 14px;color: #543BA4;}


/*Scrollist*/
body{
scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #543BA4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #543BA4;
	background-color:#ffffff;
	}