body {
    margin-top: .5em;
    margin-right: 12%;
    margin-bottom: 1em;
    margin-left: 12%;
    min-width: 588px;
}

body, select, input, button, textarea {
    font-family: Menlo, "Lucida Grande", "Segoe UI Regular", Verdana, Arial, Helvetica, clean, sans-serif;
}

p {
    margin-top: 1.7em;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 1.7em;
}

h3 {
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-top: 3px;
    border-right: 0;
    border-bottom: 3px;
    border-left: 0;
    padding: 2px;
    clear: both;
    font-weight: normal;
    background-color: rgb(235, 235, 235);
    border-style: solid;
    border-color: rgb(153, 168, 168);
}

a:link {
    color: #037;
    background-color: inherit;
}

a:visited {
    color: #636;
    background-color: inherit;
}

a.m, a.m:visited {
    margin: 0;
    border: 3px;
    border-style: outset;
    border-color: #ccf;
    padding-top: 3px;
    padding-right: 9px;
    padding-bottom: 3px;
    padding-left: 9px;
    line-height: 2.1em;
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

a.m:hover, a.s, a.s:hover, a.s:visited {
    margin: 0;
    border: 3px;
    border-style: solid;
    border-color: #000;
    padding-top: 3px;
    padding-right: 9px;
    padding-bottom: 3px;
    padding-left: 9px;
    line-height: 2.1em;
    text-decoration: none;
    color: #000;
    background-color: #eef;
}

ul.m {
    clear: both;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
}

li.m {
    list-style-type: none;
    display: inline;
}

div.r {
    width: 175px;
    float: right;
    margin-left: 40px;
    margin-top: 2em;
    margin-right: 30px;
    margin-bottom: 40px;
    border: 3px;
    border-style: solid;
    border-color: rgb(153, 168, 168);
    padding: 1.5em;
    background-color: #eef;
    font-style: italic;
    text-align: left;
}
