body {
    background-color: rgb(190, 150, 100); 
}

h1 {
    color: red;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-color: red;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30pt;
}

ul li {
    list-style-type: square;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

a:link, a:visited, a:hover, a:active {
    color: seagreen;
}

img {
    height: 200pt;
    width: 200pt;
}

p {
    color: red;
    text-decoration-line: overline;
    text-decoration-color: red;
}