/*Style sheet for my web page - created Dec 10, 2000*/body	{ background-color: #FFFFCC;		font-family: Arial, Tahoma, Veranda, sans-serif, 'Comic Sans MS';		font-size: 12pt;		color: #993300;		}p		{ font-family: Arial, Tahoma, Veranda, sans-serif, 'Comic Sans MS';		font-size: 12pt;		color: #993300;		}h1		{ font-family: Arial, sans-serif;		font-size: 18pt;		color: #CC3300;		font-weight: bold;		}h2		{ font-family: Arial, sans-serif;		font-size: 14pt;		color: #CC3300;		font-weight: bold;		}h3		{ font-family: Arial, sans-serif;		font-size: 12pt;		color: #CC00FF;		}td		{ font-family: Arial, Tahoma, Veranda, sans-serif, 'Comic Sans MS';		font-size: 11pt;		color: #993300;		}a:link	{ font-size: 11pt;		color: #339933;		font-weight: bold;		}a:hover	{ background-color: #CC00FF;			font-size: 11pt;			color: #339933;			text-decoration: none;			}a:visited { font-size: 11pt;	  		color: #666600;	  		text-decoration: none;	 		 }