﻿a.cw-link
{   
   text-decoration: underline !important;
   color: #0000ff !important;
   cursor: pointer !important;
}

a.cw-link:visited
{
   text-decoration: underline !important;
   color: #0000ff !important;
   cursor: pointer !important;
}

a.cw-link:hover
{
   text-decoration: underline !important;
   color: #FF0000 !important;
   cursor: pointer !important;
}

a.cw-link:active
{
   text-decoration: underline !important;
   color: #FF0000 !important;
   cursor: pointer !important;
}