body {
background-color: white;
font-family: helvetica, arial, sans-serif;
font-size: 13px;
color: black;
line-height: 1.5;
margin: 50px;
}

h1 {
font-size: 24px;
color: #555;
border-bottom: 1px solid #ccc;
}

h2 {
font-size: 18px;
color: #777;
margin-top: 2em;
}

h3 {
font-size: 12px;
color: white;
background-color: #666;
margin-top: 2em;
padding-left: 4px;
}


ul {
list-style: circle;
}
