body {
background-color: #FFFFFF
font-family: Arial;
margin: 0;
padding: 0;
}

h1 {
font-family: Arial;
font-size: 14px;
text-align: left;
background-color: lightgreen;
}

h2 {
color: navy;
font-family: Arial;
font-size: 14px;
text-align: left;
border-bottom: 2px solid black;
}

div {
color: navy;
font-family: Arial;
font-size: 12px;
text-align: left;
}

ul {
color: black;
font-family: Arial;
font-size: 12px;
text-align: left;
}

p {
color: #333;
font-size: 12px;
line-height: 1.5;
}
