/*
 Set Colors for the Deceased link on the Crew/Members Page
*/
.gone A:visited { 
     text-decoration: none;
     color: #790d0d;
}

.gone A:link {
     text-decoration: none;
     color: #790d0d;
}

