body, th, td {
 font-family: Verdana,Arial,Helvetica,sans-serif;
}
h1 {
 font-size:1.4em; font-weight:bold;
}
h2 {
 font-size:1.2em; font-weight:bold;
}
h3 {
 font-size:1.2em; font-weight:normal; font-style:italic;
}
#footer {
 font-size:0.8em; border-top: 3px double black;
}
.attrib {
 font-size: 0.8em; font-style:italic; margin-left:0.2in;
}
.pbtn {
 border: 3px double blue;
 background: #ccc; color: #333;
 margin: 0; padding: 2px 8px;
 float:right; 
 font-size: 0.8em;
}
p.pbtn:hover {
 cursor:pointer;
 background: #333; color: #ccc;
}
table {
 border: none;
 border-spacing: 2px;
}
th, td {
 vertical-align: top;
 border: 1px dotted #333;
}
th p, td p {
 margin: 2px 2px 4px 2px;
 text-align: center;
}
@media print { 
.pbtn {display:none;} 
img {border: none;}
.scrnonly {display:none;}
}
@media screen { 
.prtonly {display:none;}
}
