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