.style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #990000;
    font-weight: bold;
}

h1 {
    margin-left: 13px;
    font-family: sans-serif;
    display: inline;
    color: #75b135;
    font-size: 20px;
}

body {
    background-color: #e3f8ce;
    font-family: sans-serif;
    font-size: 75%;
}

td {
    font-family: sans-serif;
    background-color: #ffffff;
    font-size: 75%;
    border: 0;
}

#main {
    align: center;
    border: 0;
    width: 750;
    margin-bottom: 13px;
}

p {
    margin-left: 13px;
    margin-right: 7px;
}

h3, h2 {
    margin-left: 13px;
    color: #75b135;
    font-family: sans-serif;
}    

a {
    color: #75b135;
    text-decoration: none;
}

hr {
    height: 2;
    width: 95%;
    color: #75b135;
    background-color: #75b135;
}
