/* Start of CMSMS style sheet 'Layout: HCLC - Main - V1.0' */
a.nav:link {
color: yellow;
text-decoration: underline;
}
a.nav:visited {
color: yellow;
text-decoration: underline;
}
a.nav:active {
color: yellow;
text-decoration: underline;
}
.email:link {
color: #000099;
text-decoration: underline;
}
.email:visited  {
color: #000099;
text-decoration: underline;
}
.email:active  {
color: #000099;
text-decoration: underline;
}
.nav {
font-size: 95%;
font-family: Times New Roman, Times, serif;
}
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
/* End of 'Layout: HCLC - Main - V1.0' */

