div.box { position:relative;
		  background-color:#a3e6fa;
		  width:1024px;
		  height:1150px;
		  top:20px;
		  left:40px;
		  border: 6px #b4f7fa groove;
}
div.cont { position:relative;
		  background-color:#a3e6fa;
		  width:1024px;
		  height:850px;
		  top:20px;
		  left:40px;
		  border: 6px #b4f7fa groove;
		  margin-bottom:50px;
}
div.inner { position: absolute;
			margin-left:20px;
}
body {
		background-color: #0000ee;
}
a:link {
		text-decoration:none;
		color:#0000ee;
		font-size:12pt;
}
a:hover {
		text-decoration:none;
		color:#0000ee;
		font-size:12pt;
}
a:visited {
		text-decoration:underline;
		color:#0000ee;
		font-size:12pt;
}
