body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

a {
    color: DarkRed;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: purple;
}