body{
	background-color: rgb(214, 238, 254);
	font-family: Verdana;
}
h1{
	text-align: center;
	border-style:none solid solid solid;
	background-color: skyblue;
}
h2{
	border-style:none solid solid solid;
	background-color: skyblue;
}
li{
	font-size: 20px;
}
p{
	text-align: left;
	font-size: 20px;
}
a:link{color: hotpink;} 
a:visited{color: darkgrey;}
a:hover{color: darkblue;} 
