
body {
    font-family: "Times New Roman", Times, serif;
    background-color: #DDDDDD;
}

div.page_outside {
}

div.page {
    text-align: left;
    background-color: #EEEEEE;
    width: 950px;
    height: 100%;
    padding: 10px 10px 10px 10px;
}

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

div.title {
    padding-top:0px;
    padding-bottom:10px;
    font-size: 32px;
    font-weight: bold;
}

div.section {
    padding-top:10px;
    padding-bottom:10px;
}

div.section_title {
   font-weight:bold;
}

div.section_text {
    padding-top:8px;
    padding-bottom:0px;
}

div.float_right {
    float: right;
    margin: 10px 10px 10px 10px;
}

hr {
    width: 200px;
}