body {
    font-family: sans-serif;
    font-size: 10pt;
    background-position: 10px 10px;
    background-image: url("img/magnolia_logo_www.gif");
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 80px;
    width: 500px;
}

h1{
    font-size: 12pt;
    font-weight: normal;
}

h2{
    font-size: 10pt;
    font-weight: bold;
    margin-top: 30px;
}

a {
    color: #669900;
    text-decoration: none;
}

ul {
    margin-top: 0px;
    padding-top: 0px;

}

li {
    padding-top: 10px;
    list-style-image: url("img/dot.jpg"); ;

}

p{
    margin-left: 20px;
    margin-bottom: 0;
}
