/***************************************************/
/* Version with sans-serif everywhere */

body {
    font-family: sans-serif;
}

p.details {
    margin-top: 0;
    margin-bottom: 0.25em;
}

a {
    text-decoration:none;
    font-weight:600;
}


/***************************************************/
/* Version with serif for body text */

/*
h1, h2, h3 {
    font-family: sans-serif;
}

p.details {
    margin-top: 0;
    margin-bottom: 0.25em;
    font-family: sans-serif;
}

a {
    text-decoration: none;
    font-weight: 600;
    font-family: sans-serif;
}
*/

/***************************************************/

a:link {color: #3D668B;}
/* a:link {color:#16314A;} */
a:visited {color: #3D668B;}
a:hover {background-color: #eee;}