/*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: 18pt;
	font-weight: bold;
	color: #400018;
	text-transform: capitalize;
}

TD {
   font-size: 24px;
   font-family: 'Times New Roman', 'Comic Sans MS',Arial;
   font-weight: bold;
   text-decoration: none;  
	
}

p	 {font-family: 'Times New Roman', 'Comic Sans MS', Arial;
	 font-size: 12pt;
	 color: #400018;
	 }
h2	 {font-family: 'Times New Roman', 'Comic Sans MS', Arial;
	 font-size: 18pt;
	 color: #400018;
	 font-weight: bold;
	 }
h3	 {font-family: Tabitha, 'Comic Sans Ms', Arial;
	 color: #400018;
	 font-size: 24pt;
	 font-weight: bold;
	 }		 	
h4	 {font-family: 'Times New Roman', 'Comic Sans MS', Arial;
	 font-size: 16pt;
	 color : #400018;
	 }
a:link   {font-size: 18pt;
	 color: #400018;
	 font-weight:bold;
	 text-decoration: none;
	 }
a:hover	 {background-color: #905870;
	 font-size: 18pt;
	 font-weight:bold;
	 color: #400018;
	 text-decoration: none;
	 }
a:visited{font-size: 18pt;
	 color: #400018;
         font-weight: bold;
	 text-decoration: none;
	 }	
