﻿.page-content {
    font-family: 'Segoe UI', sans-serif;
    color: white;
    background-color: #111111;
}

.page-content a {
    color: lightseagreen;
}

.page-content a:visited {
    color: red;
}