body {  
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
}

.title-box h2 {
    background: black;
    color: white;
}

.title-box h2 {
    display: block;
    margin: 7px;
    padding: 20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

a:hover {text-decoration: none;}

a {
color: red;
text-decoration: none;
}

a:visited {
color: red;
text-decoration: none;
}