﻿.message {
    color: green;
}

.error {
    color: red;
}

div.alert-pop-up a
{
    color :red;
    text-decoration: underline;
}

div.alert-pop-up a:hover
{
    text-decoration: none;
}