body
{
	margin: 2em;
	margin-left: 10%;
	margin-right: 5%;
	background: #FFFFFF;
	color: black;
	font-size: 0.8em;
	font-family: Verdana, Gillsans, Arial, sans-serif;
}
		
H1
{
	margin-top: 2em;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
	
H2
{
	margin-top: 2em;
	font-size: 1.4em;
	font-weight: normal;
}
	
H3
{
	margin-top: 2em;
	font-size: 1.0em;
	font-weight: bold;
}
		
H4	{}
	
H5	{}
	
H6	{}



OL	{}

UL	{
	list-style-type: disc;
}

A {
	text-decoration: none;
}

A:LINK {
	color: Blue;
}

A:ACTIVE	{
	color: Red;
}

A:VISITED {
	color: Green;
}

TH	{}

I	{}	

LI  {}
	
TD	{
	font-size: 0.8em;
	font-family: Verdana, Gillsans, Arial, sans-serif;
}
	
PRE {}

.nav
{
	text-transform: uppercase;
	margin-top: 3em;
	position: relative;
	font-size: 0.8em;
	font-weight: bold;
}

.nav-activ
{
	text-decoration: underline;
}

.listtitle
{
	font-weight: bold;
}
				
.mfh
{
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
}

.mfhtitle
{
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
}
				
.product
{
	font-weight: bold;
	font-style: normal;
}
		
.p-small
{
	margin-top: 0.4em
}
		
.p-big
{
	margin-top: 3.0em
}

.rubrik
{
	margin-bottom: 2.0em
}

.indent
{
	text-indent: 1em;
}

.attention
{
  font-weight: bold;
	font-style: normal;
	color: #FF6600;
}