a.nav:link	          { color: #fff; font-weight: bold; text-decoration: none; background-color: transparent }
a.nav:visited	              { color: #fff; text-decoration: none; background-color: transparent }
a.nav:hover	           { color: #ffc; text-decoration: none; background-color: transparent }
a.nav:active	          { color: #fff; text-decoration: none; background-color: transparent }

a.nav-current:link	            { color: #0ff; font-weight: bold; text-decoration: none; background-color: transparent }
a.nav-current:visited            { color: #3ff; font-weight: bold; text-decoration: none; background-color: transparent }
a.nav-current:hover	          { color: #ffc; font-weight: bold; text-decoration: none; background-color: transparent }
a.nav-current:active	            { color: #3ff; font-weight: bold; text-decoration: none; background-color: transparent }

a:link	          { color: #551800; font-weight: bold; text-decoration: underline; background-color: transparent }
a:visited	              { color: #551800; text-decoration: underline; background-color: transparent }
a:hover	            { color: #963; text-decoration: underline; background-color: transparent }
a:active	          { color: #722400; text-decoration: underline; background-color: transparent }