/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
a:link {
    color: grey;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
 a:hover {
    color: hotpink;
}

/* selected link */
a:active {
     color: blue;
}
