<!-- Basic Font and Stuff ---------------------------------- -->body	  {font-family: 	       Tahoma;	   font-size:			 12pt;	   background-color: rgb(255,255,255);	   color:		      #000000;}<!-- Standard Paragraph ------------------------------------ -->p	  {text-align:	  Left;	   line-height:   100%;	   font-family: 		Arial;	   font-size:			 12pt;	   margin-left:      0;	   margin-top:	     6;	   margin-bottom:    0}<!-- Table paragraph formatting ---------------------------- -->td	  {font-family: 		Arial;	   font-size:	  12pt;}<!-- Table paragraph formatting ---------------------------- -->tr	  {font-family: 		Arial;	   font-size:	  12pt;}<!-- Table ------------------------------------------------- -->table	  {table-border-color-light:  #0000A0;	   table-border-color-dark:   #0000A0;	   font-family: 		Arial;	   font-size:			 12pt;	   margin-top:			    0;	   margin-bottom:		    8;	   margin-left: 		    0;}<!-- Headings ---------------------------------------------- -->h1	  {font-family:      Broadway;	   font-size:		 36pt;	   color:	 rgb(255,0,0);	   text-align:	       Center;	   line-height: 	 100%;	   margin-top:		   10}h2	  {text-align:		Center;	   font-family: 	 Arial;	   line-height: 	  100%;	   font-size:		  24pt; }h3	  {color:	 rgb(255,0,0);	   font-family: Comic Sans MS;	   text-align:		 Left;	   margin-left: 	    0;	   line-height: 	 100%;	   font-size:		 14pt; }h4	  {font-family:        Arial;	   font-size:		 14pt;	   font-weight:        bold;	   color:	 rgb(0,0,0); }h6	  {font-family:        Comic Sans MS;	   font-size:		 10pt;	   font-weight:        bold;	   color:	 rgb(0,0,0); }<!-- Color Attributes -------------------------------------- -->a:link	  {color:     rgb(51,153,255)}a:visited {color:     rgb(51,102,204)}a:active  {color:      rgb(255,153,0)}