body {
	margin: 20px;
	background-color : White;
	color : Black;
}

p, LI, BLOCKQUOTE, TH, TD {
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;

}
TH, TD {
padding : 10px;
	text-align : left;
	

}

BLOCKQUOTE.bibel {
	font-style : italic;
}



H1, H2, H3, H4, H5, H6 {
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

pre.textfile {
	font-family : "Courier New", Courier, monospace;
}

A:ACTIVE {
	color : Aqua;
	text-decoration : underline;
}

A:LINK {
	color : Blue;
	text-decoration : underline;
}

A:VISITED {
	color : Purple;
	text-decoration : underline;
}

DIV.about {
	font-size : smaller;
	text-align : center;
}
