body {
	margin: 2em 12em 2em 5em;
	max-width: 38em;
	font: 1.25em Helvetica, sans-serif;
	line-height: 2em;
	background-color: whitesmoke;
}

h1 {
	border: 10px ridge lightblue;
	padding: 0.2em;
	text-align: center;
}

h2 {
	border-bottom: 6px ridge  lightblue;
}

h3 {
}

h1, h2, h3 {
	color: grey;
}

p {

}

ul {
    color: grey;
    list-style: square;
}

ul li {
}

ol {
   color: teal;
 }
 
ol li {
}
 
em {
    color: purple;
    text-shadow: 1px 1px pink;
    font-style: normal;
}

.important {
    color:lightcoral;
}
