body {
  font:					1.1em Century Gothic, Trebuchet MS, Arial, sans-serif;
  background:			rgb(168,249,255);
  /*color:				rgb(24,145,152);*/
  color:				rgb(0,115,122);
  font-size:			20px;
}

#icon {
	float:				right;
	margin-top:			-335px;
	margin-right:		100px;
}

#questions {
	margin-top:			40px;
	padding:			0px 20px 0px 20px;
}

#answers {
	margin-top:			10px;
	margin-bottom:		20px;
	padding:			20px;
}


#questions, #answers {
	background:			white;
	border:				thin solid rgb(24,145,152);
	margin-right:		50px;
	margin-left:		50px;
}

h3 {
	text-align:			center;
	color:				rgb(156,12,0);
	font-size:			25px;

}
		
#footer {
	padding:			1px 20px 0px 20px;
	height:				50px;
	margin-top:			10px;
	background:			url("images/band.png") repeat-x;
	color:				white;
	text-align:			center;
}

a:link {
  /*color:				rgb(24,145,152);*/
color:				rgb(0,115,122);
	text-decoration:		none;
}

a:visited {
  color:				rgb(216,72,60);
  text-decoration:		underline;
}


a:hover {
	color:				rgb(24,145,152);
  text-decoration:		underline;
}



#footer a:link {
	  color:               white;
						     text-decoration:		none;
}

#footer a:visited {
	  color:               rgb(75,75,75);
						     text-decoration:		none;
}

#footer a:hover {
	  text-decoration:		underline;
}


