@charset "utf-8";
/* CSS Document */
h1 {
	font-family:"Arial";
	text-align: center;
	font-weight: lighter;
	padding-top: 30px;}


li {
	font-family:"Arial";
	list-style-type: none;
	display: inline-block;
	text-align: center;}



p {
	font-family:"Arial";
	margin-left: 10px;}


.bluebox {
	background-color: lightcyan;
	height: 600px;
	width: 600px;
	margin-left: 30%;
	margin-top: 30px;}


.whitebox {
	vertical-align: top;
	display: inline-block;
	background-color: white;
	height: 120px;
	width: 160px;
	margin-top: 40px;
	margin-left: 90px;
	border-style: solid;
	border-color: yellowgreen;
	box-shadow: 5px 5px 5px 5px gray;}


.magentabox {
	vertical-align: top;
	display: inline-block;
	background-color: darkmagenta;
	height: 140px;
	width: 160px;
	border-style: solid;
	border-color: deepskyblue;
	margin-top: 40px;
	margin-left: 80px;
	border-radius: 8px;}


.headerlist {
	text-decoration-line: none;
	color: purple;
	padding-right: 20px;}


.header {
	text-align: center;}


.emaillink {
	font-family:"Arial";
	color: darkgoldenrod;
	margin-left: 10px;
	text-decoration: none;}


.footerinfo {
	margin-top: 40px;
	margin-left: 80px;}

.footer { 
	max-width: 525px;}

hr {
	width: 70%;
	align-self: center;
	color: gray;}