@import url(/style/cmsc/CMSC.css);

a, a:link, a:focus, a:active, a:visited {
    font-weight: bold;
    color: darkgoldenrod;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
	color: #000;
}

.attention {
	color: #990000;
}