label {
    color: blue;
    font-weight: bold;
} 

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}