/* index.css */


a:link    { color:#333333; }
a:visited { color:#777777; }
a:active  { color:#cc0000; }
a:hover   { color:#cc0000; }

