P,H1, H2, H3, H4, H5, OL, UL, CITE
	{
		Font-Family : Arial, Helvetica
	}
H1, H2, H3, H4, H5 
	{
		Text-Align : Left ;
		Color : #003399 ;
		Font-Weight : Bold
	}
H1	{
		Text-Align : Center ;
		Font-Size : 32pt
	}

H2	{  	Font-Size : 24pt }
H3	{  	Font-Size : 18pt }

P, LI, UL, OL  
        { 
		Font-Size : 16pt;
        	Color: black;
                Font-Weight : normal  
        }

div.code      
	{ 
		Font-Size : 16pt;
		Color: blue;
		Font-Family: Courier New, Courier, mono;
		Font-Weight : Bold
	}
span.code      
	{ 
		Font-Size : 16pt;
		Color: blue;
		Font-Family: Courier New, Courier, mono;
		Font-Weight : Bold
	}
span.syntax      
	{ 
		Font-Size : 16pt;
		Color: #006600;
		Font-Family: Courier New, Courier, mono;
		Font-Weight : Bold
	}

BODY	{
		margin-top : 20 ;
		Background-Color : #DDDAB9
	}
:link		{  Color : #0055FF }
:link.active	{  Color : blue }
:visited	{  Color : #400080 }
CITE	 	{ Font-Style : Italic }

