/* CSS till index.htm */
/* Copyright © 2009 Björn Thorsén Hallberg, www.sslk.nu */

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
}
li {
	line-height: 1.6em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

