body {
	background-color: #B0A499;
}
 
.design {
	font-family: lucida sans;
	font-size: 10px;
	color: #382a1d;
	background-color: #744687;
}
.menu {
	font-family: lucida sans;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #382a1d;
}
.red {
	font-family: lucida sans;
	font-size: 10px;
	font-weight: bold;
	color: #b00e0e;
	}
.negativ {
	font-family: lucida sans;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	}
.negativ2 {
	font-family: lucida sans;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
}
.H1 {
	font-family: lucida sans;
	font-size: 12px;
	font-weight: normal;
	color: #382a1d;
}
.H2 {
	font-family: lucida sans;
	font-size: 18px;
	font-weight: bold;
	color: #382a1d;
}
.H3 {
	font-family: lucida sans;
	font-size: 14px;
	font-weight: bold;
	color: #382a1d;
}

A:link { 
text-decoration : none; 
color : #382a1d 
} 

A:visited { 
text-decoration : none; 
color : #382a1d 
} 

A:active { 
text-decoration : none; 
color : #382a1d 
} 

A:hover { 
text-decoration : underline; 
color : #B0A499; 

