body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    color: brown;
    line-height: 1.5;
    background-color: tan;
}
h1{
    color: brown;
    font-size: 75px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
h2{
    color: rgb(71, 15, 4);
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
p {
    text-align: justify;
    text-indent: 10px;
    font-variant: small-caps;
    word-spacing: 1.5px;
}
a{
    text-decoration: none;
}
a:hover{
    color:brown
}
