body, td {
  color:#907F65;
  background:#ffffff;
}
div {margin:0; padding:0;}

a, a:link, a:visited, a:hover {font-weight:normal; text-decoration:none; font-size:100%; color:#444;}
a:hover {text-decoration:underline;}

/*.blue {color:#4285F4;}
.red {color:#EA4335;}
.yellow {color:#FBBC05;}
.green {color:#34A853;}*/

.blue, .red, .yellow, .green {}


h1 {
	margin:10px 0 0 0; 
	font-size:150%; 
	font-weight:normal; 
	color:#907F65; 
	font-family: 'Limelight', cursive;
	text-align:left;
	border-bottom:1px solid #907F65;
}
h1 b {font-weight:normal; color:#000;}

.under_h1 {
	margin:0 0 20px 0;
	font-size:80%;
	font-family: Courier;
	color:#b09F85;
}
.under_h1 b {
	color:#907F65;
}

h2 {margin:10px 0 10px 0; font-size:100%; font-weight:normal; }
h3 {margin:10px 0 10px 0; font-size:100%; font-weight:normal; }
p {margin:0 0 10px 0; padding:0;}

/* main site elements*/
#body_index {background:#8e2140;}
#body {width:680px; margin:0 auto 0 auto; margin-top:120px;}

#top {}
#center {}
#footer { 
	height:20px; 
	margin-top:10px; 
	padding-top:15px;
  padding-bottom:15px;
	position:relative; 
	font-size:90%;
}
#footer a {
	font-family: 'Limelight', cursive;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}