p {
    font-family: monospace;
    line-height: 1.4em;
}

.p-name {
    text-decoration: underline;
}

a {
    color: #1c7ed6;
    background-color: transparent;
    /* #fix-links-ie */
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #339af0;
}

a:visited {
    color: #339af0;
}