body {
    background color:antiquewhite;
    color:brown;
    font-family: sans-serif;
}

h1, h2 {
    color:blue
    font-family: Georgia, serif;
}

ul.a {
  list-style-type: circle;
}