body {
    margin-left:8%;
    margin-right:8%;
    font-family:serif;
}
canvas {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
#    margin-left: auto;
#    margin-right: auto;
    display: block;
    border-radius: 6px;
    border: 1px solid #cccccc;    
}

a.ref:link
{color: #4488bb; font-family:serif; text-decoration: none;}
a.toc:link
{color: #4488bb; font-weight:bold; font-family:sans-serif; text-decoration: none;}
a.ext:link
{color: #4488bb; font-family:serif; text-decoration: underline;}
a:link
{color: #4488bb; font-family:sans-serif; text-decoration: none;}
a:visited
{color: #4488bb; font-family:sans-serif; text-decoration: none;}
a:link:hover
{text-decoration: underline;}

.sectionTOC {
    background-color: #f0ffff;
    margin-top: 15px;
    margin-bottom: 10px;
#    border: solid;
#    border-width: thin;
#    border-radius: 3px;
    box-shadow: 6px -6px 0px 0px #b0efef; 
    padding: 7px;
    padding-left: 15px;
    line-height: 150%;
}
.prevNextLinks {
    font-size: 0.9em;
}
.partHeading {
    color: #4488bb;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family:sans-serif;
}
.subpartHeading {
    color: #4488bb;
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family:sans-serif;
}
.H2Heading {
    color: #4488bb;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family:sans-serif;
}
.H3Heading {
    color: #4488bb;
    font-size: 1.0em;
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family:sans-serif;
}
.H3TOCHeading {
    font-style: italic;
}
.instruction {
    background-color: #fffff0;
    border: solid;
    border-width: thin;
    border-radius: 3px;
    margin: 5px;
    padding: 10px;
}
.coverfig {
    border-style: none;
    padding: 5px;
}
#isCover_room_canvas {
    border-style: none;
    margin-left: -70px;
}
.ifig {
    border: solid;
    border-width: thin;
    border-radius: 3px;
    padding: 5px;
    margin: 5px;
}
.algorithm {    
    background-color: #f0ffff;
    border: solid;
    border-width: thin;
    border-radius: 3px;
    margin: 10px;
    padding: 0px;
    padding-left: 10px;
    font-family: Console, Monospace;
}
.alink {
    color: #0000b0;
    text-decoration: underline;
}
.function {
    font-family: Monospace;
}
.variable {
    font-family: Monospace;
    font-style: oblique;
}
.reserved {
    font-family: Monospace;
    font-weight: bold;
}
.geometryOperation {
    font-family: Monospace;
    color: #0000a0;
}
.informField {
    border: solid;
    border-width: thin;
    padding: 2px;
    border-color: #0000a0;
}
.underConstruction { 
    color: #a00000;
    font-size: 0.5em;
    vertical-align: middle;
}
.copyright {
    font-size: 0.8em;
    font-family: sans-serif;
    text-align: right;
}
.signature {
    font-style: italic;
    font-family: serif;
}
.email {
    font-family: monospace;
}
