body {
    background-color: #ffffff;
    background-image: url(img/leaves.jpg);
    background-repeat: repeat-y;
    margin-left: 80px;
    margin-right: 40px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad
 Web", Syntax, sans-serif
}

p, blockquote, td {
    text-align: justify
}

p, blockquote, ul, td, a, pre {
    color: black;
    font-size: 90%;
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad
 Web", Syntax, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad
 Web", Syntax, sans-serif
}

h1 {
    color: #454545;
    font-size: 175%;
    font-weight: bold
}

h2 {
    color: #707070;
    font-size: 130%;
    font-weight: normal;
    border: 1px solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 0px;
}

h3 {
    color: #707070;
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 0px;
    text-align: center;
}

a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}

a:link {
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}
