BODY, TD	{font-family: monospace;}
A			{text-decoration: none;}
A:hover		{text-decoration: none; color: red; background: #FFFFCC;} 
.button		{background: lightblue; color: navy; cursor: default;}
#button		{font: smaller Tahoma, sans-serif; color: blue; background: aliceblue;}
.buttonover	{color: red; background: #FFFFCC; cursor: pointer;}
.note		{font: smaller Arial; font-style: italic; color: slategray;}
.tblhdg		{font: smaller Tahoma, sans-serif; color: blue; text-decoration: underline; cursor: hand;}
.link_bg	{border: 1px solid blue; background-color: lightgrey;}
