h1 {
	font-family: arial; 
	color: black; 
	font-weight: normal;
	text-align: center;}

hr {
	margin: 20px auto; 
	width: 50%;
	color: black;}

ul{
	list-style: none;
	margin: 0; 
	padding: 0; 
	text-align: center}

ul li {
	display: inline-block; 
	margin: 0 10px}

ul li a {
	font-family: arial; 
	color: purple;
	text-decoration: none}

p {
	font-family: arial; 
	color: gray; 
	text-align: left}

a {
	font-family: arial; 
	color: orange;
	text-decoration: none}

#all {
	background-color: lightblue; 
	margin-left: 10px;
	margin-right: 10px;}

.box {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 20px;
	vertical-align: top;}
	

#box1 {
	margin-left: 255px;
	background-color: white; 
	box-shadow: 4px 4px 8px;
	border-width: thick; 
	border-style: solid; 
	border-color: lightgreen;
	padding-left: 10px;
	padding-right: 10px;}

#box2 {
	margin-left: 10px;
	background-color: magenta;
	border-width: thick;
	border-style: solid;
	border-color: deepskyblue; 
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	border-radius: 10px;}

#footer p {margin-left: 250px; margin-right: 250px;}



