/* 
www.weights-and-measures.com 
cascading style sheet 
Commerce Standards 
Common Weights and Measures for Traffic 
*/ 

body 		{ 
			color: 			black; 
			background: 	aqua; 
			} 

table 		{ 
			font-family: 	arial, helvetica, sans-serif; 
			font-size: 		12pt; 
			}  

.center 	{ 
			text-align: 	center; 
			} 
			
.nine 		{ 
			font-size: 		9pt; 
			} 
			
.ten 		{ 
			font-size: 		10pt; 
			} 
			
.eleven 	{ 
			font-size: 		11pt; 
			} 
		
.fourteen 	{ 
			font-size: 		14pt; 
			} 


