

.errorMessage
   {
        color: red;
    }
a {
font-weight: bold;
font-size: small;
}

a:link {
color: #009900;
text-decoration: none;
}
a:visited {
color: #009900;
text-decoration: none;
}
a:hover {
color: #00CC00;
text-decoration: none;
}
a:active {
color: #009900;
text-decoration: none;
}
