body{
	background-color: rgb(150,150,250);
}

p {
	color: rgb(100,220,190);
	background-color: rgb(255,255,255);
}


.blue {color: rgb(0,0,225);
}

h1{
	color: rgb(240,160,150);
	text-align:center;
}
h2{
	color: rgb(100,220,190);
	text-align:center;
	font-size:100%;
}


li{
	color:rgb(0,0,0);
	background-color: rgb(240,160,150);
}