/* $Id: tt.css 356 2005-06-11 20:12:42Z mprewitt $ */

BODY, P, TABLE {
/*    font-size: 14px; font-family: verdana,helvetica,sans-serif; */
/*    font-size: 21px; font-family: verdana,helvetica,sans-serif; */
    font-size: 20px; font-family: verdana,helvetica,sans-serif;
}

/* h1, h2, h3, h4 {  font-size: 16px; font-family: verdana,helvetica,sans-serif; } */
/* h1, h2, h3, h4 {  font-size: 24px; font-family:
* verdana,helvetica,sans-serif; } */
h1 {  font-size: 28px; font-family: verdana,helvetica,sans-serif; }
h2, h3, h4 {  font-size: 24px; font-family: verdana,helvetica,sans-serif; }

.code,p.code {
    color: blue;
    font-family: courier,courier-new,fixed;
}

toc { font-size: +0 }

.screen  {
    font-family: courier;
    font-style: bold;
}

div.screen,.screen P
{ 
    margin: 10px;
    border: 1px solid black;
    padding: 10px;
    background-color: black;
    font-family: courier;
    font-style: bold;
    color: white;
}

div.quote { 
    margin: 10px;
    border: 1px solid black;
    padding: 10px;
    background-color: #f1f1f1;
    font-style: italic;
}

div.caption { 
    margin: 10px;
    padding: 10px;
    font-style: italic;
}
