/* Färger för länkarna */
A:link {color:#0000ee}
A:visited {color:#0000ee}
A:active {color:#000000}

/* Defaultvärden */
BODY{
	font-family: Arial, sans-serif;
	font-size:8pt;
	background-color:#EBEBEB;
	color:black;
	}

input.box{
   font-family: Arial, sans-serif;
   font-size:8pt;
   }

H1, H2, H3, H4 {
					font-family:Arial, sans-serif; 
					color:#000080;
					text-align:center
					}

P, SMALL, BIG, UL, OL {font-family:Arial, sans-serif}

/* Tabeller */
TABLE{
	border-color:grey;
	font-size:8pt;
	}

/* Cellerna i tabellerna */
TD {color:#000000;
	font-family:Arial, sans-serif;
	border-width: 1px 1px 1px 1px;
	font-size:8pt;
	border-color:grey;
	}

/* Listor, e.g bara varugrupperna */
UL {
	list-style-type: circle;
	list-style-position: outside;
	font-size:8pt;
}
