.mpiimage_left { 
  margin-right: 15px; 
	margin-bottom: 15px;
}
.mpiimage_right { 
  margin-left: 15px; 
	margin-bottom: 15px;
}
/* editor: Stil A */
* {
	margin: 0px;
	padding: 0px;
}

/* editor: A Link */
a:link {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

/* editor: A Visited */
a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

/* editor: A Hover */
a:hover {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}

/* editor: Overskrift 1 */
h1 {
	font-size: 40px;
	color: #336699;
	font-weight: normal;
	text-transform: uppercase;
}

/* editor: Overskrift 2 */
h2 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #336699;
}

/* editor: Bilde uten ramme */
img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
ul,  li {
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
