<style>

A.orangegreen:link    { color:rgb(255,128,0); text-decoration:underline; }
A.orangegreen:visited { color:rgb(255,128,0); text-decoration:underline; }
A.orangegreen:active  { color:rgb(255,128,0); text-decoration:underline; }
A.orangegreen:hover   { color:rgb(0,255,0);   text-decoration:underline; }

A.redmagenta:link     { color:rgb(255,0,0);   text-decoration:underline; }
A.redmagenta:visited  { color:rgb(255,0,0);   text-decoration:underline; }
A.redmagenta:active   { color:rgb(255,0,0);   text-decoration:underline; }
A.redmagenta:hover    { color:rgb(255,0,255); text-decoration:underline; }

A.yellowcyan:link     { color:rgb(255,255,0); text-decoration:underline; }
A.yellowcyan:visited  { color:rgb(255,255,0); text-decoration:underline; }
A.yellowcyan:active   { color:rgb(255,255,0); text-decoration:underline; }
A.yellowcyan:hover    { color:rgb(0,255,255); text-decoration:underline; }

A.greymag:link     { color:rgb(204,204,204);   text-decoration:underline; }
A.greymag:visited  { color:rgb(204,204,204);   text-decoration:underline; }
A.greymag:active   { color:rgb(27,9,251);   text-decoration:underline; }
A.greymag:hover    { color:rgb(255,0,255); text-decoration:underline; }
</style>
