body {
  	margin-top: 0px;
	background-color:#eeeee2;
	color: #3f0c1d;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

A {
	color: #3f0c1d;
	text-decoration:underline;
}

A:hover {
    font-weight: bold;  	
	
}

.main_page {
	width: 766px;
	background-color: #eeeee2;
	margin-left: auto;
  	margin-right: auto;
}

.footer {
	color: white;
 	background-color: #3f0c1d;
  	height: 24px;
  	width: 766px;
	text-align: center;
	font-size: 14px;
	padding-top: 7px;
}

.big_title {
	font-size: 22px;
	font-weight:500;
	text-align: center;
}

.title {
	font-weight: bold;
	border-bottom:solid thin #3f0c1d;
	font-size: 17px;
}

.footer_links {
	color: white;
	text-decoration: none;
}

.footer_links:hover {
	color: #FF9;
}

.center TD {
  text-align: center;	
}

.small {
	font-size: 10pt;
}
	

