body {
    width:800px;
    margin:10px auto 10px auto;
    font-size:10pt;
}

#contents{
    border-style:solid;
    border-width:1px;
    border-color:#EAEAEA;
    padding:10px;
    background-color:#EEEEEE;
}

h1{
    text-align:center;
    font-size:14pt;
}


h2{
    text-align:center;
    font-size:12pt;
}

h3{
    font-size:11pt;
}

p{
    text-indent:1em;
}