H1	 {
			Text-transform : capitalize ;
			Font-Family : 'Comic Sans MS', 'Times New Roman', serif ;
			Color : navy
		}
H1	 {
			Font-variant : small-caps
		}
H2	 {
			Text-transform : capitalize ;
			Font-Family : 'Comic Sans MS', 'Times New Roman', serif ;
			Color : navy
		}
UL	 {
			List-Style-Image : Bullets/ball3blu.gif                 ;
			List-Style-Type : Disc ;
			Font-Family : 'Comic Sans MS', 'Times New Roman', serif ;
		}
BODY	 {
			Font-Family : 'Comic Sans MS', 'Times New Roman', serif ;
		}
.smallcaps	 {
			text-transform : uppercase;
			color : #ffa801;
			Font-Weight : Bold;
		}
.dropcap:first-letter	 {
			Font-Size : 200% ;
			Font-Weight : Bold
		}
.firstpara	 {
			padding-top : 1em
		}

