/* blanklink.css for CWRC - make links black */
/* by Mathieu Federspiel, Nov 2005 */

a, a:link
{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #000000; 
}
a:visited
{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #000000; 
}
a:hover, a:active 
{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}
