H1      { 	font-size: 			large; 	}
H2      { 	font-size: 			medium; 	}

BODY	{ 	font-size: 			x-small;
			font-weight:		bold;
			color:				white;
			font-family:		Verdana;
            text-align:			center; 
            background-color: 	#818181;
		}

TABLE   { 	font-size: 			x-small;
			font-weight:		bold;
			color:				white;
			font-family:		Verdana;
            text-align:			center; 	
			background-color: 	#818181;
			border-collapse: 	separate; 
          	margin-left: 		auto; 
          	margin-right: 		auto;
          	border-spacing: 	30px 10px; 
        }

TD      { 	text-align: 		left;   }

TH      { 	text-align: 		left;
			color:				yellow;	}
			
IMG		{	border:				0px none;		}

P		{	font-size: 			x-small;
			font-weight:		bold;
			color:				white;
			font-family:		Verdana;
			text-align:			left;
   		}
        
.tabpos { 	text-align: 		center; }