body{
  font-family: Verdana;
  font-size: 12px;
  background-color:#FFFFFF;
}

a{
	text-decoration: none;
}
/*
a:hover{
	text-decoration: underline;
}*/

div.header{
	padding: 5px;
	background-color: #B3B1D6;
	border-radius: 25px;
	text-align: center;
}

div.figure{
	float: left;
	height: 285px;
	text-align: center;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
}

div.innerDiv{	
	position: absolute;
	opacity: 0.8;
	padding: 5px;
	width: 290px;
	margin-top: 1px;
	font-weight: bold;
	background-color: #006D82;
	border-radius: 22px;
	height:250px;
}

div.innerTitle{
	font-size: 18px;
	color: #FFED00;
}

div.innerDiv a{
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

div.innerDiv a:hover{
	text-decoration: underline;
}

div.clearLeft{
	clear: left;
}


div.footer{
	margin: 0 auto;
	width: 400px;
	background-color: #B3B1D6;
	border-radius: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

div.footer a{
	color: #FFED00;
	font-weight: bold;
	text-decoration: none;
}

div.footer a:hover{
	text-decoration: underline;
}