/*
 	Links
=============== */

a:link
{
    text-decoration: none;
    color: blue;
}

a:visited
{
    text-decoration: underline;
    color: #444;
}

a:hover
{
    color: red;
    /*background-color: yellow;*/
    text-decoration: underline;
}

a:active
{
    text-decoration: none;
}


