/* Start of CMSMS style sheet 'link1' */
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
   color: #fff; 
line-height:1.3em;
}

a:visited {
   text-decoration: underline;
  color: #fff;  
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #fff;
}

a.hover{
color:#ffffff;
text-decoration:underline;
}

/* set all links to have underline and bluish color */
.news {
   color: #C50036; 
}
.news a,
a:link 
a:active {
   text-decoration: underline;
   color: #C50036; 
line-height:1.3em;
}

.news a:visited {
   text-decoration: underline;
  color: #C50036;  
}


/* remove underline on hover and change color */
.news a:hover {
   text-decoration: none;
   color: #C50036;
}

.news a.hover{
color:#C50036;
text-decoration:underline;
}

/* End of 'link1' */

