p a {
    text-decoration: underline;
    font-style: italic;
}

p a:hover {
    color: #008bd2;
}
