H2 {
	font-family : "Times New Roman", Times, serif;
	font-style : oblique;
	font-variant : small-caps;
	font-weight : normal;
	color : blue;}
	
P.first {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : blue;}
	
P.second {
	font : italic larger;}
	
P.third {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : Gray;}
	
P.fullres {
	font-family : Arial;
	font-size : large;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : Red;}
	
LI {
	font-family : Arial;
	font-size : medium;
	font-style : italic;
	color : blue;}
	
 TD.const {
	font-family : Arial;
	font-size : smaller;
	font-style : normal;
	font-weight : bold;
	color : black;}

TABLE.head { width : 600ex;	background-color : silver;}

TD.title {	
	font-family: Arial;  
	font-size: x-large;  
	font-style: italic;  
	font-weight: bold;  
	color: Blue; }
	
TD.headc {	width : 500ex;}

TD.labelcolor { 
	font-family: Arial;  
	font-size: larger;  
	font-style: normal;  
	font-weight: bold;  
	color: Red; }

TD.infocolor { 
	font-family: "Times New Roman";  
	font-size: medium;  
	font-style: normal;  
	font-weight: normal;  
	color: #87CEEB; }
