
a 		{			/* ie5 */
		text-decoration: none; 
		font-family: 	 serif; 
		font-weight:	 bold;
		font-size: 	 small;
		color: 		 #50EEEE /* #00ffff = cyan*/;
		}

a[href]         {			/* ns6 */
		text-decoration: none; 
		font-family: 	 serif; 
		font-weight:	 bold;
		font-size: 	 medium;
		color: 		 #50EEEE /* #00ffff /* cyan*/;
		}
   a:focus      { color: #50EEEE; outline: thin dotted invert }
   a:link    	{ color: white}
   a:visited 	{ color: #50EEEE} /* work on this! */
   a:active  	{ color: yellow}
   a:hover   	{ color: white; /* #FFA500 orange*/; text-decoration: underline; } /* bgcolor: red; outline: thick solid black; */

p 	{
	line-height:	1.1em;
	}

body 	{
	margin: 	0 0 0 0.35em;
	padding: 	0; 	
	}

a.small {
	/* font-family: "Arial Narrow"; no good with euro font symbol */
	font-weight: normal; 
	font-size: small;
	}
   a.small:focus      		{ color: #50EEEE; outline: thin dotted invert }
   a.small:link    		{ color: white}
   a.small:visited 		{ color: #50EEEE} /* work on this! */
   a.small:active  		{ color: yellow}
   a.small:hover   		{ color: white; /* #FFA500 orange*/; text-decoration: underline; } /* bgcolor: red; outline: thick solid black; */

a.small[href] {
	/* font-family: "Arial Narrow"; no good with euro font symbol */
	font-weight: normal; 
	font-size: small;
	}
   a.small[href]:focus      	{ color: #50EEEE; outline: thin dotted invert }
   a.small[href]:link    	{ color: white}
   a.small[href]:visited 	{ color: #50EEEE} /* work on this! */
   a.small[href]:active  	{ color: yellow}
   a.small[href]:hover   	{ color: white; /* #FFA500 orange*/; text-decoration: underline; } /* bgcolor: red; outline: thick solid black; */
