body {background-color: lightpink;}
p    {
	color: #1b7aff;
	font-family:arial;
	font-size: 18px;
}
h1  {
	color: green;
	font-family:consolas;
	font-size: 25px;
	text-align: center;
	background-color: #f3f5f9;
	border-style: solid;
	border-color: #d2daeb;
}
ul  {
	color: #1b7aff;
	font-family:arial;
	font-size: 18px;
}
h2  {
	color: green;
	font-family:consolas;
	font-size: 25px;
}
h3  {
	color: green;
	font-family:consolas;
	font-size: 25px;
}
