/*Style sheets for my web page  - Created April 15, 2001 */

body	 {background-color: #66ffcc;
	 font-family: 'Times New Roman', 'Comic Sans MS', Arial;
	 font-size: 14pt;
	 color: #cc33ff;		
	 }
p	 {font-family: 'Times New Roman', 'Comic Sans MS', Arial;
	 font-size: 14pt;
	 color: #cc33ff;
	 }
h2	 {font-family: 'Times New Roman', 'Comic Sans MS', Arial;
	 font-size: 18pt;
	 color: #ff3118;
	 font-weight: bold;
	 }
h3	 {font-family: Tabitha, 'Comic Sans Ms', Arial;
	 color: #784488;
	 font-size: 24pt;
	 font-weight: bold;
	 }		 	
h4	 {font-family: 'Times New Roman', 'Comic Sans MS', Arial;
	 font-size: 16pt;
	 color : #996666;
	 }
a:link   {font-size: 18pt;
	 color: #784488;
	 font-weight:bold;
	 text-decoration: none;
	 }
a:hover	 {background-color: #9900FF;
	 font-size: 18pt;
	 font-weight:bold;
	 color: #784488;
	 text-decoration: none;
	 }
a:visited{font-size: 18pt;
	 color: #784488;
         font-weight: bold;
	 text-decoration: none;
	 }	

