
/* Templetons.com style sheets */

BODY {
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    }
    
.center {
    text-align: center
}

td.activebox {
    text-align: center;
    background: #f8f8f8;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
    height: 8ex;
    }

td.leftcol {
    width: 89;
    text-align: right;
    font-family: helvetica, ariel, sans-serif;
    }

td.leftcol a:link { color: #101050 }

td.spacer {
    width: 1;
    }

td.pagebody {
    font-family: serif;
    padding-right: 40px;
    padding-left: 44px;
    }

p.standout {
    text-align: center;
    color: darkred; font-weight: bold;
    border-style: solid;
    border-width: 2px;
    margin: 10px;
    padding: 10px;
}

p.colhead {
    text-align: left;
    font-weight: bold;
    margin: 5px;
    }

.smaller {
    font-size: smaller;
    }

.instructions {
    background: blue;
    color: white;
    }

.stats {
    background: #a0a0e0;
    color: blue;
    font-size: smaller;
    }

.livebox {
    background: #e0e0e0;
    color: black;
    }

/* controls with gray background */
.controls {
    background: #d0d0d0
    }

p.error {
    color: darkred;
    font-weight: bold;
    margin: 5px;
    padding: 10px;
}

/* user provided string */
em.ups {
    color: #004000;
    font-weight: bold;
    }

.monospace {
    font-family: courier, monospace;
    }

.ourtable {
    font-family: sans-serif;
    }


img {
    border: none
}

td.fieldname {
    text-align: right;
    font-style: italic;
    }


a {
    text-decoration: none
}


a.nochange {
    text-decoration: none;
    color: blue;
    }
a.nochange:visited {
    text-decoration: none;
    color: blue;
    }
a.nochange:hover {
    text-decoration: underline;
    color: darkblue;
    }

a.standout {
    text-decoration: underline
    }

img.coverpic {
    padding: 9px;
    margin: 0 0 2px 7px;
    display: inline;
    border: none;
    float: right;
    }

h1.chaptitle {
    text-align: left;
    color: #702020;
    font-family: helvetica, ariel, sans-serif;
    font-size: 18pt;
    }

