﻿a {
    cursor: pointer;
    color: #000;
    outline: none;
    text-decoration: underline;
}

    a:link {
    }

    a:visited {
    }

    a:hover {
    }

    a:active {
    }

    a.button {
        /*border: 1px solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 5px 5px 5px;
        margin: 5px 0 5px 0;*/
        /*font-size: 1.2em;*/
        /*font-family: inherit;*/
        /*font-weight: 600;*/
        width: auto;
        /*background-color: #249531;
    border-color: #249531;*/
    }

        a.button:focus, a.button:hover {
            /*background-color: #249531;*/
        }
