/* Left column links, in white background */
a.white_space:link 
{text-decoration: none; color: #000000; background-color: transparent}
a.white_space:visited 
{text-decoration: none; color: #000000; background-color: transparent}
a.white_space:hover 
{text-decoration: underline; color: #660000; background-color: transparent}
a.white_space:active
{text-decoration: none; color: #CCCCCC; background-color: transparent}


/* Any links in the black background */
a.black_space:link 
{text-decoration: none; color: #FFFFFF; background-color: transparent}
a.black_space:visited 
{text-decoration: none; color: #FFFFFF; background-color: transparent}
a.black_space:hover 
{text-decoration: underline; color: #CC0000; background-color: transparent}
a.black_space:active
{text-decoration: none; color: #CCCCCC; background-color: transparent}