/* myStyleSheet.css :: 1st revision, 03 December 2001    elements borrowed from A List Apart, Radio Userland */body, td	{    margin-top: 20px;    margin-left: 20px;    margin-right: 20px;    margin-bottom: 20px;	padding:	0;	color:	black;	background-color:	#FFFFFF;	font-family:	Verdana, Arial, Helvetica, sans-serif;	font-size: 12px/1.5;	}h1	{	font-size:	2em;	}h2	{	font-size:	1.75em;	}h3	{	font-size:	1.5em;	}h4, h5	{	font-size:	1.25em;	}	h1, h2, h3, h4, h5, h6	{	margin:	1.25em 0 0 0;	}p	{	/* primitive version for css-1 agents */	margin:	.5em 0;	}#content p+p	{	/* sophisticated alternative for css-2 agents */	margin-top:	-.5em;	text-indent:	5%	}body .stb	{	margin-top:	3em	}body .mtb	{	margin-top:	5em	}body .ltb	{	margin-top:	10em	}body .stb, body .mtb, body .ltb	{	text-indent:	0	}h1+h2, h2+h3, h3+h4, h5+h6	{	margin:	.5em 0;	}a	{	text-decoration:	none;	font-weight:	bold;	}/* colors from A List Aparta:link	{	color:	#f30;	background-color: transparent;	}a:visited	{	color:	#c30;	background-color: transparent;	}a:active	{	color:	#cc0;	background-color: transparent;	}a:hover	{	color:	#f60;	background-color: transparent;	text-decoration:	underline;	}	*//* colors from LemonLime theme */a:link	{	color:	black;	background-color: transparent;	}a:visited	{	color:	black;	background-color: transparent;	}a:active	{	color:	black;	background-color: transparent;	}a:hover	{	color:	black;	background-color: transparent;	text-decoration:	underline;	}code, tt, pre	{	font:	11px monaco, "andale mono", courier, "courier new";	color:	black;	background-color: transparent;	}	
