/* ALLGEMEIN */
body {
    margin-top: 30px;
	font-family:  Arial, Helvetica,Verdana, sans-serif;
}

p,a,li,ul,td {   
	font-size: 12px; 
    line-height : 20px;
 }
 
h1 {   
	font-size: 14px; 
    line-height : 20px;
 } 
 
a { text-decoration:  underline; color: #55301F; }
a:hover {	text-decoration: none;   color: #000000; }


.frame {
	background-color: #F3F1E4;
	padding: 5px;
}
.framepri {
	background-color: #F9DCD3;
	padding: 5px;
}
.it {
	font-style: italic;
}
.fe {
}
.cap {
	text-transform: uppercase;
}
.hea {
	font-weight: bold; text-decoration: underline;
}
.bol {
	font-weight: bold;
}
.pri {
	color: #723E26;
	font-weight: bold; text-decoration: underline;
}
