* {
	margin: 0px;
	padding: 0px;
}
html {
	font: 12px Arial, Helvetica, sans-serif;
}
img {
	border-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.artikkel a {
	text-decoration: underline;
	color: #003366;
}
.artikkel a:hover {
	text-decoration: underline;
	color: #0033CC;
}
.mpiimage_left { 
  margin-right: 15px; 
	margin-bottom: 15px;
}
.mpiimage_right { 
  margin-left: 15px; 
	margin-bottom: 15px;
}

h1 {
	font-size: 2.3em;
	font-weight: normal;
	color: #750864;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #CA2279;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	color: #750864;
	margin-bottom: 0.1em;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #478db7;
	text-transform: uppercase;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #478db7;
	text-transform: uppercase;
}


p {
	padding-bottom: 0px;
	color: #333333;
}

ul  {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

li  {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

