/*******************************************************/
/* Layout elements */

table#main td.footer span.copy { 
  color: #ff0000;
}

/*******************************************************/
/* General */

a:link    { color: #ff0000; }
a:visited { color: #ff0000; }
a:hover   { color: #ff0000; text-decoration: none; }
a:active  { color: #ff0000; }


