a.nav:link    { color: #666; text-decoration:none; font-size:1.4em; font-weight:bolder; }
a.nav:visited { color: #666; text-decoration:none; font-size:1.4em; font-weight:bolder; }
a.nav:hover   { color: #000; text-decoration:none; font-size:1.4em; font-weight:bolder; }
a.nav:active  { color: #666; text-decoration:none; font-size:1.4em; font-weight:bolder;}

a.nav-on:link    { color: #000; text-decoration:none; font-size:1.4em; font-weight:bolder; }
a.nav-on:visited { color: #000; text-decoration:none; font-size:1.4em; font-weight:bolder; }
a.nav-on:hover   { color: #000; text-decoration:none; font-size:1.4em; font-weight:bolder; }
a.nav-on:active  { color: #000; text-decoration:none; font-size:1.4em; font-weight:bolder; }

a.subnav:link    { color: #666; text-decoration:none; font-size:1em; }
a.subnav:visited { color: #666; text-decoration:none; font-size:1em; }
a.subnav:hover   { color: #000; text-decoration:none; font-size:1em; }
a.subnav:active  { color: #666; text-decoration:none; font-size:1em; }

a.box:link    { color: #fff; text-decoration:underline; }
a.box:visited { color: #fff; text-decoration:underline; }
a.box:hover   { color: #fff; text-decoration:none; }
a.box:active  { color: #fff; text-decoration:none; }

a:link 		  { color: #666; text-decoration:underline; }
a:visited     { color: #777; text-decoration:underline; }
a:hover       { color: #666; text-decoration:none; }
a:active      { color: #666; text-decoration:none; }

a.img:link    { text-decoration:none; }
a.img:visited { text-decoration:none; }
a.img:hover   { text-decoration:none; }
a.img:active  { text-decoration:none; }

a.inactive:link    { color: #ccc; text-decoration:none; }
a.inactive:visited { color: #ccc; text-decoration:none; }
a.inactive:hover   { color: #000; text-decoration:none; }
a.inactive:active  { color: #ccc; text-decoration:none; }
