
.link-button, .link-style {
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.link-button:hover, .link-style:hover {
    text-decoration: none;
    color: green;
}

/*
p {
    font-family: 'Courier New', Courier, monospace;
    color: darkcyan;
}
*/

