/*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: #663300;
	 }
	 TD {
    font: 'Comic Sans MS';	
    font-size: 14px;
	color: #663300;	
}

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: #ff6633;
	 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: #FF6633;
	 font-weight:bold;
	 text-decoration: none;
	 }
a:hover	 {background-color: #D60000;
	 font-size: 18pt;
	 color: #FF6633;
	 text-decoration: none;
	 }
a:visited{font-size: 18pt;
	 color: #FF6633;
	 text-decoration: none;
	 }	

