﻿a, image
{
border: 1px #ffffff;      /* (image border size 1px, border color white for invisibility)  */
}
a, image:hover            
{
border: #202020;         /* (on hover, border color dark gray) */
}

a:hover {font-weight:bold;}
.MSC_FooterLink
{
 color:#ffffff !important;                             /* (specifies white text) */
}

.MSC_FooterLink:hover
{
color:#ffffff !important;                             /* (specifies white text on hover) */
text-decoration:underline !important;         /* (specifies underline on hover)   */
background-color:#1C170F !important;        /* (specifies background color on hover) */
}
