body {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    margin: 20px auto 50px auto;
    margin: 20px 50px 50px 50px;
}

div {
    font-family: Georgia, "Times New Roman", serif;
    fomt-size: 1.2em;
    margin-top: 20px;
}

li {
    font-family: Georgia, "Times New Roman", serif;
    fomt-size: 1.2em;
    margin-top: 5px;
}

.title {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 10px;
}

.subtitle {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 30px;
}

.acrosubtitle {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
}


.lnav {
    text-align: right;
    padding-bottom: 10px;
}

.lnav a {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    color: #367c9b;
    margin-left: 10px;
}

.mnav {
    text-align: center;
    margin-bottom: 100px;
}

.mnav a {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    color: #367c9b;
    margin-left: 20px;
    margin-right: 20px;
}

h1 {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 30px;
}

/* for acronyms */
h1.sts {
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.qsect {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;    
}

table.qtbl {
    width: 100%;
}

table.qtbl input{
    width: 100%;
}

table.res {
/*    width: 100%;*/
}

table.res td {
    vertical-align: top;    
}

table.res td:first-of-type {
    font-weight: bold;    
    padding-right: 30px;
}

table.res td.links {
    max-width: 200px;    
}

input[type=submit] {
    font-weight: bold;
    width: auto;
    margin: 5px 0px 0px 10px;
    border: 1px solid #555;
    background: white;
    border-radius: 5px;
}
