H1.header1	 {
			Font-Family : Times New Roman ;
			Font-Size : X-large ;
			Color : navy
		}
H2.header2	 {
			Font-Family : Times New Roman ;
			Font-Size : Large ;
			Color : navy
		}
H3.header3	 {
			Font-Family : Times New Roman ;
			Font-Size : 10pt ;
			Color : navy ;
			Font-Weight : Bold
		}
BODY	 {
			margin: 0;
			Font-Family : Times New Roman;
			Color : navy
		}
a:link	 {
			Color : blue ;
			Text-Decoration : Underline
		}
a:hover	 {
			Color : red ;
			Text-Decoration : None
		}
