/* CSS definition file containing sitestyle stylesheets */
BODY { background-color: rgb(255,255,255);}

.mylink {
color: #ffffff;
text-decoration: underline;
}
 .mylink:hover{
color: #B60101;
text-decoration: none;
}