body {
	background-color: #ffffff;
	font-size: 1em;
	font-family: Bookman Old Style, Verdana, Tahoma, Times New Roman, Sans-serif;
	color: black;
	line-height: 1.25em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
} /*Use body settings to override HTML settings in web page as required*/


#feelcontainer {
	position: absolute;
	top: 12.5%;
	height: 80%;
	width: 100%;
	left: 0%;
	font-size: none;	
	text-align: center;	
	padding: 0% 0% 0% 0%;	
	margin: 0% auto; 	
   	background-color: none;	
   	border: 0em solid black;
	
	}


#title {
	position: relative;
	top: .5em;
	padding: .25em 0em .375em 0em;
	font-size: 1.375em;
	font-weight: bold;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	color: black;
	line-height: .5em;
	background: none;
	z-index: 5;
}

#author {
	position: relative;
	top: 1.875em;
	padding: 0em 0em 0em 0em;
	font-size: .75em;
	font-weight: none;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	color: black;
	line-height: .875em;
	background: none;
	z-index: 4;
}

#verse {
	position: relative;
	top: 2.25em;
	padding: 1em 0em 0em 0em;
	font-size: 1em;
	font-family: Bookman Old Style, Verdana, Tahoma, Times New Roman, sans-serif;
	color: black;
	line-height: 1.25em;
	background: none;
	z-index: 3;	
}

#answer {
	position: relative;
	float: left;
	top: 3em;
	padding: 0% 0% 0% 0%;
	text-decoration: none;
	text-align: center;
	line-height: .5em;
	font-size: 1.125em;
	font-family: Verdana, Bookman Old Style, Tahoma, Times New Roman, sans-serif;
	width: 100%;
	background-color: none;
	color: #73738c;
	z-index: 0;
}

#answer ul a {
	text-decoration: none;
	padding: 0em 2.5em 0em 0em;
	color: #73738c;
	
}


#answer ul a:active, #answer ul a:hover {
	padding: 0em 2.5em 0em 0em;
	color: #333366;
	text-decoration: none;
}
