a:link      { text-decoration: none }
a:visited   { text-decoration: none }
a:active    { text-decoration: none }
a:hover   { text-decoration: none; position: relative; top: 1px; left: 1px }
a:focus  { text-decoration: none }

a.out:link { color: white; text-decoration: none }
a.out:visited  { color: #eee; text-decoration: none }
a.out:active { color: #f00; text-decoration: none }
a.out:hover   { color: #999; text-decoration: none; position: relative; top: 1px; left: 1px }
a.out:focus   { color: #60f; text-decoration: none }

.a.txt:link     { color: #666; text-decoration: none }
.a.txt:visited   { color: #999; text-decoration: none }
.a.txt:active    { color: #999; text-decoration: none }
.a.txt:hover   { color: #333; text-decoration: none; position: relative; top: 1px; left: 1px }
.a.txt:focus  { color: #999; text-decoration: none }

.a.navi:link    { color: #f60; text-decoration: none }
.a.navi:visited      { color: #f90; text-decoration: none }
.a.navi:active   { color: #f0f; text-decoration: none }
.a.navi:hover  { color: #f00; text-decoration: none; position: relative; top: 1px; left: 1px }
.a.navi:foucus   { color: #fc0; text-decoration: none }