<style>            font  {
            	font-size : 10px;
            	font-family : verdana;
            }
            
            TD  {
            	font-size : 10px;
            	font-family : verdana;
            	line-height : 14px;
            }
            
            TH  {
            	font-size : 13px;
            	font-family : verdana;
            	margin-top : 1px;
            	margin-bottom : 1px;
            	font-weight : bold;
            	text-align : left;
            }
            
            H1  {
            	font-size : 14px;
            	font-family : verdana;
            	font-weight : bold;
            	margin-bottom : 1px;
            }
            
            H2  {
            	font-size : 10px;
            	font-family : verdana;
            	margin-top : 1px;
            	margin-bottom : 1px;
            	letter-spacing : .5px;
            	font-weight : normal;
				line-height : 11px;
            }
            
            H3  {
            	font-size : 10px;
            	font-family : verdana;
            	font-weight : normal;
            	margin-bottom : 1px;
            }
            
            A  {
            	font-size : 10px;
            	font-family : verdana;
            	color : #cc6600;
            	border : 0;
            }
            
            A:Visited  {
            	font-size : 10px;
            	font-family : verdana;
            	color : #996600;
            	border : 0;
            }
            
            A:Active  {
            	font-size : 10px;
            	font-family : verdana;
            	color : #ff6600;
            	font-style : italic;
            	border : 0;
            }
            
            A:Hover  {
            	font-size : 10px;
            	font-family : verdana;
            	color : #ff9900;
            	border : 0;
            }
            
            BODY  {}
            
            </style>