/* HandHeldCrime
   Short Mystery Fiction for Handheld Computer Users
   CSS Definitions
   email:  jamey@handheldcrime.com  */



/* All Text Sans-Serif */

	Body  { color: #000000; 
		font-family: sans-serif; }
	
	H1,H2,H3  { color: #000000;
		font-family: sans-serif; }

	A:visited  { color: #660000; 
		text-decoration: none; }
	A:link  { color: #660000; 
		text-decoration: none; }
	A:active  { color: #000066; 
		text-decoration: underline; }
	A:hover  { color: #006600; 
		text-decoration: underline; }
	
	A.line:visited  { color: #660000; 
		text-decoration: underline; }
	A.line:link  { color: #660000; 
		text-decoration: underline; }
	A.line:active  { color: #000066; 
		text-decoration: underline; }
	A.line:hover  { color: #006600; 
		text-decoration: underline; }
	
