body {
    background-color: lemonchiffon;
    font-family: 'Lucida Bright' , Serif;
    font-weight: normal;
    text-align: left;
    color: #000000;
    margin: 15px;
}

p {
    font-family: 'Lucida Bright' , Serif;
    text-indent: 20pt;
}

a:link {
    font-family: 'Lucida Bright' , Serif;
    text-decoration: underline;
    font-weight: bold;
    color: darkred;
}

a:active {
    font-family: 'Lucida Bright' , Serif;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    font-family: 'Lucida Bright' , Serif;
    text-decoration: underline;
    font-weight: bold;
    color: firebrick;
}

a:hover {
    font-family: 'Lucida Bright' , Serif;
    text-decoration: underline;
    font-weight: bold;
    background-color: #ffffff;
}

h1, h2, h3, h4 {
    font-family: Sans-Serif;
    color: darkcyan;
}

table, tr, td {
    font-family: 'Lucida Bright' , Serif;
}

.title {
    font-family: 'Monotype Corsiva', Serif;
}
