body p a {
    color: inherit;
    text-decoration: underline;
    font-weight: 200;
}

body p a:visited{
    color: inherit;
    text-decoration: underline;
}

body p a:hover{
    text-decoration: underline;
}

body p a:focus{
    outline: 2px solid #007BFF;
    outline-offset: 2px;
}

body p a:active{

}