/* Start of CMSMS style sheet 'fixes' */
.content a, .content-noright a {
   color: #0066cc;
   text-decoration: underline !important;
}
.content  a:link, .content a:visited, .content-noright a:link, .content-noright a:visited {
   color: #0066cc;
   text-decoration: underline !important;
}
.content a:hover, .content a:active, .content-noright a:hover, .content-noright a:active {
	text-decoration: underline !important;
}

.hover_underline {
text-decoration: none;
}

.hover_underline:hover {
text-decoration: underline;
}
/* End of 'fixes' */

