/* Standard Link */
a:hover		{ color: green; background-color: #ffff80; text-decoration: underline; }
a:active	{ color: #ffff60; background-color: white; }
a.nd		{ text-decoration: none; }

/* Floating Link */
a.floating	{ display: block; width: 100%; text-decoration: none; font-size: 11pt; }
a.floating:link	{ color: #0080ff; }
a.floating:visited	{ color: #cc00ff; }
a.floating:hover	{ text-decoration: none; color: green; }

/* Flat Link */
div.linkmenu a	{ display: block; width: 100%; padding: 1px; margin: 1px; border: solid white 1px; }
div.linkmenu a:hover	{ border-color: #00cc00; background-color: #ddffdd; color: #0000cc; text-decoration: none; }
div.linkmenu a:active	{ border-color: #0000cc; background-color: #ddffff; color: #0000ff; text-decoration: none; }

