BODY {
background: white;
}

H1, H2 {
text-align: center;
color: red;
}

H3 {
text-align: left;
}

.italic {
font-style: italic;
}

A:link, A:active, A:visited {
color: blue;
}
