h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 50px;
	text-align: center;
	margin-bottom:60px;
}

h2 {
	font-family: verdana;
	font-size: 40px;
	background:crimson;
	background-position: center;
}

h3 {
	font-family: arial, verdana, sans-serif;
	font-size:22px;
	color:black;
}

p {
	font-size:20px;
}

li {
	font-size:20px;
	line-height: 1.6;
	padding-left:20px;
}

div.coolbox {
	border:2px outset indianred;
	margin:20px;
	width:45em;
	padding-bottom:20px;
}