body{
	background-image: url(../images/leipzig-grey.jpg);
}

h1, h2, h3, h4{
	font-family: Garamond, "Times new roman", serif;
	letter-spacing: 5pt;
	color: #555555;
}

p, td, li{
	/* font-size:10pt; */
	font-family: "Trebuchet MS", Tahoma;
	color: #444444;
	font-weight: 400;
	/*width: 600px;*/
}

.center{
	text-align: center
}

.unorder {
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.roman {
	list-style-type: upper-roman;
	list-style-position: outside;
}
.blue {
	color: #0000FF;
}
.green {
	color: #007700;
}
.brown {
	color: #804000;
}
.lilac {
	color: #990066;
}
.littlebold {
	font-size: 10px;
	font-weight: bold;
}
.littlethin {
	font-size: 10px;
	text-align: center;
}
.ingress {
	font-size: 14pt;
	font-style: italic;
}
.white {
	background-color: #FFFFFF;
}