@import "uppsetning.css";

body
{
	padding: 24px;
	font-family: Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	color: #4a4a4a;
	text-align: left;
	margin: 0px;
}

a
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
h1
{
	font-size: 1.6em;
	font-weight: bold;
}
h1.logo
{
border: 0px;
padding: 0px;
margin: 0px;
width: 110px;
height: 95px;
background: #ffffff url(logo2.jpg) no-repeat -10px -8px;
display: block;
}
h1.logo a
{
 display: block;
 width: 130px;
 height: 96px;
}
h1.logo a span
{
 display: none;
 visibility: hidden;
}
h2
{
	font-size: 1.3em;
	font-weight: bold;
}
h3
{
	font-size: 1.1em;
	font-weight: bold;
}
h4
{
	font-size: 1em;
	font-weight: bold;
}
p
{
	
}
ul
{
    padding: 0px;
    padding-left: 1.3em;
    list-style-type: square;
    margin: 0px;
	list-style-position: outside;
	margin-top: 4px;
	margin-bottom: 6px;
}

ol
{
    padding: 0px;
    padding-left: 1.5em;
    margin: 0px;
	list-style-position: outside;
	margin-top: 4px;
	margin-bottom: 6px;
}

ul li
{
   /* margin-bottom: 1.2em;*/
}


img
{
    margin: 0px;
    padding: 0px;
    border: none;
}
