body {
	background-color: #3a3635;
	//background-color: #444444;
	margin: 0px;
	font-family: Arial;
        color: #5b442d;
}
#main {
	margin-top: 2%;
	background-color: #ccc09b;
	//background-color: #e4e9e5;
	margin-bottom: 0px;
}
dt {
	margin-top: 12px;
	font-weight: bold;
}
.copyright {
	text-align: center;
	color: #EEEEEE;
	margin-top: 2px;
}
.modified {
	text-align: center;
	margin-top: 2px;
	font-size: 8pt;
	color:#999999;
	padding-bottom: 20px;
}
a {
   /*color: #5b442d;*/
   color: #982c1d;
   /*font-weight: bold;*/
   text-decoration: none;
}
ul {
   margin-top: 0%;
   margin-bottom: 0%;
}
/*
li {
   list-style-image: url(./favicon.ico);
}
*/
table {
   background-color: #ccc09b;
}
.small {
   font-family: Arial;
   font-size: 8pt;
}
.big {
   font-family: Arial;
   font-weight: bold;
   font-size: 16pt;
   text-decoration: none;
}

