/*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: #FFFFCC;	font-weight: bold;	}h2	{ font-family: Arial, sans-serif;	font-size: 16pt;	color: #FFFFCC;	font-weight: bold;	}h3	{ font-family: Arial, sans-serif;	font-size: 14pt;	color: #FFFFCC;	}td	{ font-family: Arial, Tahoma, Veranda, sans-serif, 'Comic Sans MS';	font-size: 11pt;	color: #FFFFCC;	}a:link	{ font-size: 11pt;	color: #FFFFFF;	font-weight: bold;	}a:hover	{ 	font-size: 11pt;	color: #66CCFF;	text-decoration: none;	}a:visited { font-size: 11pt;	  color: #990099;	  text-decoration: none;	  }