body {
	background-color: #FFFFCC;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.logo, .valid, h2 {
	text-align: center;
}
.valid {
	position: absolute; bottom: 30px; right: 30px;
}
.valid a:hover {
	 border: none;
	 padding: 0px;
}
.valid a:link {
	 border: none;
	 padding: 0px;
}

#links {
   width: 30%;
	position: absolute; top: 250px; left: 0px;
	padding-left: 20px;
	border-right: 1px black solid;
}
#links a {
   display: block;
	background-color: transparent;
	color: Black;
	text-decoration: none;
	font-size: larger;
	padding: 0.1em;
}
#links a span {
	display: none;
}	
#links a:visited {
	background-color: transparent;
	color: Green;
	text-decoration: none;
}
#links a:hover {
	background-color: #FFFF77;
	color: Blue;
}
#links a:hover span {
	display: block;
	position: absolute; top: 230px; left: 20px; width: 80%;
	font-family: sans-serif;
	font-size: 12px;
}
#links h4 {
	margin-bottom: 5px;
}
#bibles {
	position: absolute; top: 250px; left: 33%;
	width: 30%;
	border-right: 1px black solid;
}
#bibles a {
	display: block;
	background-color: transparent;
	color: Black;
	text-decoration: none;
	font-size: larger;
	padding: 0.1em;
}
#bibles a:visited {
	background-color: transparent;
	color: Green;
	text-decoration: none;
}
#bibles  a:hover {
	background-color: #FFFF77;
	color: Blue;
}
#bibles  h4 {
	margin-bottom: 5px;
}
#home {
	position: absolute; top: 250px; right: 30px;
}
.logo a img {
	border: none;
}


