BODY {
    background: #ffffe0; 
    color: black;
    font-family: Arial CE, Arial, Helvetica, sans-serif;
    font-size: 12pt }

H1, H2, H3, H4, H5, H6 {
    font-family: Arial CE, Arial, Helvetica, sans-serif;
    /* font-family: Garamond, Palatino, Times New Roman, Times, serif; */
    color: navy;
    font-weigth: bold;
    }

H1 {
    font-size: 18pt;
    text-align: center;
    }

H2 {
    font-size: 15pt;
    }

H3 {
    font-size: 12pt;
   }

A {
    text-decoration: none
    }

A:link {
	color: blue;
	}
A:visited {
    	color: #0000B0;
	}
    
A:hover {
    text-decoration: underline;
    color: red;
    }    
    
/*
TH { background: #80FFFF }
TD { background: #C0FFFF }
*/

TH { background: #FFFFA0 }
/* TR { background: #FFFFC0 } */

.Picture TH, .Picture TD { background: #FFFFFF }
.Picture { padding: 8px }


VAR { font-style: italic; font-family: Arial CE, Arial, Helvetica, sans-serif }

DFN { font-style: italic; font-weight: bold }

CODE { font-weight: bold;
       font-family: Arial CE, Arial, Helvetica, sans-serif }

TABLE { 
    background-color: #FFFFC0;
    font-size: 90%; 
    /* text-align: center; */
    font-family: Arial CE, Arial, Helvetica, sans-serif;
	}
	

CAPTION { 
    font-size: 120%;
	font-weight: bold;
	}	

PRE { 
    background-color: #FFFAA0;
    color: #007070;
    font-family: Courier New CE, Courier New, monospace;
    font-weight: bold;
    margin-left: 10px;
    font-size: 10pt;
    }


KBD { 
    font-family: Arial CE, Arial, Helvetica, sans-serif;
    font-weight: bold;
    }	
    
DT {
    font-weight: bold;
    margin-top: 6pt;
    }    
    




