body {
  margin: 1em;
  font-family: times, times new roman, Serifa BT, serifa, serif;
  color: #800000;
  background-color: #FFE1CE;
}

B {
  font-family: Verdana, Arial, sans serif;
}

h1 {
  font-family: Verdana, Arial, sans serif;
  font-size: 150%;
  font-weight: 400;
}

h2 {
  font-family: Verdana, Arial, sans serif;
  font-size: 120%;
  font-weight: 400;}

a:link, a:visited {
  color: #99111C;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

div.mainright {
	width:33%;
	float:left;
	text-align: center;
	padding-bottom:10px;
	}
	
div.maincenter {
	width:34%;
	float:left;
	text-align: center;
	padding-bottom:10px;
	}
	
div.mainleft {
	width:33%;
	float:left;
	text-align: center;
	padding-bottom:10px;
	}

div.box {
	width:100%;
	float:left;
	text-align:left;
	padding-bottom:25px;
	}