body {
     background-color: #FFFFFF;
     font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
     font-size: 16px;
}

.banner {
     padding-top: 30px;
     padding-bottom: 30px;
     border-top: 1px dotted #000000;
     border-bottom: 1px dotted #000000;
}

a {
     text-decoration: none;
}

a:link {
     color: #708088;
}

a:visited {
     color: #708088;
}

.chaptitle {
     font-size: 1.5em;
     margin-bottom: 20px;
     margin-top: 20px;
}

.section {
     font-size: 1.2em;
     font-weight: bolder;
     margin-top: 10px;
}

.fineprint {
     font-size: 0.75em;
}

.indent {
     margin-left: 20px;
}

.mono {
     font-family: Courier, monospace; 
     font-size: 14px;
}

.gofoot {
    color: #FF9400;
    cursor: pointer; 
}

.orangeline {
    border-bottom: 1px solid #FF9400;
}

.footnote {
    border: 3px solid #FF9400;
}

.footdiv {
     cursor: pointer;
}

.barelyblue {
     background-color: #E0F0FF;
}

.cheesy {
     background-color: #FF9400;
}


.tail {
     margin-bottom: 10px;
}

.keypad {
     background-color: #E0F0FF;
     color: #FFFFFF;
     margin: 2px;
     padding: 20px 30px 20px 30px;
     font-size: 3em;
     cursor: pointer;
}

.keypad:hover {
     background-color: #FF9400;
}