@charset "utf-8";
/* CSS Document */

h1 {
font-weight:normal;	
}
div {
	height: 1400px;
	width: 1400px;
	background-color: lightblue;
	margin: 10px auto 10px auto;
}
body {
	text-align: center;
	font-family: Arial, "sans-serif";
	font-color:grey;
}

li { display: inline;
	list-style: none;
}

ul { padding-left: 0;}


.box{
	height: 200px;
	width: 200px;
	display:inline-block;

}
#box1 { 
background-color: orangered;
margin: 0px;
vertical-align: top;
}

#box2 {
background-color: orange;}

a, a:visited{
	color:purple;
	text-decoration: none;
}
p{}