h2 {
	font-size:28px;
	color:deepskyblue;
	text-decoration:underline;
}

h1 {
	font-size:45px;
	color:deepskyblue;
	text-decoration:underline;
	text-align:center;
}

p {	font-size:22px;
	color:rgb(60,60,60);
	font-family:Helvetica;
	text-align:center;
}

ul,
ol {
	font-size:18px;
	color:DarkTurquoise;
}

a {
	color: blue;
    background-color: deepskyblue;
font-weight: bold;
}

