a.dark:link {color: #656565;}
a.dark:active {color: #656565;}
a.dark:visited {color: #656565;}
a.dark:hover {color: #000000;}

a.light:link {color: #E1E1E1;}
a.light:active {color: #E1E1E1;}
a.light:visited {color: #E1E1E1;}

a.whatever:link {color: #0000ff; background: #ffffff; font-weight: bold;}
a.whatever:active {color: #0000ff; background: #ffffff; font-weight: bold;}
a.whatever:visited {color: #0000ff; background: #ffffff; font-weight: bold;}
a.whatever:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}