body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    background-color: #ffe9a4;
    color: #000000;
}
h1 {
    color: blue;
    font-family: "times new roman", times, serif;
    font-size: xx-large;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    border: solid;
}

h2 {
    color: red;
    font-family: "times new roman", times, serif;
    font-size: x-large;
    text-align: center;
}
ul {
    list-style-type: none;
}
li {
    display: inline;
}
