@charset "utf-8";
/* CSS Document */

#content h1{
   margin-left: 20px;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 2%;
}

#content h2{
    font-weight: bold;
    margin-left: 30px;
}

p{
    text-align: justify;
    padding-right: 20px;
    line-height: 1.5em;
}

body{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    
}