BODY {
	background-color: #01B0F0;
background-image: url("OMFonddepage.jpg");
	background-repeat: repeat;
	color: blue;
}

H1 {
	background-color: #808080;
	border-bottom-color: #000066;
	border-bottom-width: 4px;
	border-left-color: #000066;
	border-left-width: 4px;
	border-right-color: #000066;
	border-right-width: 4px;
	border-style: double;
	border-top-color: #000066;
	border-top-width: 4px;
	color: #FFFFFF;
	font-size: 2rem;
	font-style: italic;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
	margin-bottom: 1;
}

H2 {
	background-color: #FFFFFF;
	border-bottom-color: #000066;
	border-bottom-width: 4px;
	border-left-color: #000066;
	border-left-width: 4px;
	border-right-color: #000066;
	border-right-width: 4px;
	border-style: double;
	border-top-color: #000066;
	border-top-width: 4px;
	color: #2279f2;
	font-size: 1.5rem;
	font-style: italic;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
	margin-bottom: 1;
}

H3 {
	background-color: navy;
	border-bottom-color: #000066;
	border-bottom-width: 4px;
	border-left-color: #000066;
	border-left-width: 4px;
	border-right-color: #000066;
	border-right-width: 4px;
	border-style: double;
	border-top-color: #000066;
	border-top-width: 4px;
	color: #FFFFFF;
	font-style: italic;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
}

HR {
	background-color: #f8f8ff;
	color: #000066;
	height: 3px;
}

P {
	background-color: #f8f8ff;
	background-image: none;
	background-repeat: repeat-x;
	color: #000066;
	text-decoration: none;
		}

A {
	background-color: #f8f8ff
	text-decoration: underline;
}

A:VISITED {
	background-color: silver;
	color: #000000;
	text-decoration: underline;
}

A:HOVER {
	background-color: #f8f8ff;
	font-style: italic;
	text-decoration: underline;
}

A:ACTIVE {
	background-color: #f8f8ff;
	text-decoration: underline;
}

UL {
	background-color: #f8f8ff;
	color: #009999;
	list-style-position: outside;
}

UL UL {
	background-color: #f8f8ff;
}

OL {
	background-color: #f8f8ff;
	list-style-type: upper-alpha;
}

OL OL {
	background-color: #f8f8ff;
	list-style-type: lower-alpha;
}

TH {
	background-color: #f8f8ff;
	background-image: none;
	background-repeat: repeat;
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD {
	background-color: #f8f8ff;
	background-image: none;
	background-repeat: repeat;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}