body { background-color: white; color: black; margin: 48pt; }
a { color: black }
a:link { color: red; }
a:active { color: green; }
a:visited { color: red; }

a img { border-width: 0px; }

div.logo { font-size: 20pt; font-family: "Times", serif; }

div.nav {  padding-left: 30pt; margin: 14pt; }

div.userinfo { font-size: smaller; text-align: right; }
p.copyright { font-size: smaller; text-align: center;
    padding-left: 20%; padding-right: 20%; }

p.dblock { font-size: larger; color: red; }

p.sec { padding-left: 1cm; font-size: 18pt; }

table.info { border: thin solid black; width: 60%; }
table.info thead td { font-weight: bold; }
table.info tbody td { border-top: thin dashed black; } 
table.info td { padding: 4pt; padding-left: 8pt; }
table.info td input { width: 4em; }
table.info td input.ck { width: 1em; }
table.info td input.long { width: 10em; }
table.info td textarea { height: 3em; width: 18em; }

textarea.view { border: none; }

div.desc { width: 30em; }
div.namecol { width: 10em; }

div.sheet { border: thin solid black; padding: 8pt; 
    font-size: 12pt; font-family: monospace; }
div.sheet div.hdr { border-bottom: thin dashed black; font-size: 16pt; 
    padding-top: 1ex; }
