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

a {
    color: lightseagreen;
}

a:visited {
    color: red;
}

span {
    font-style: italic;
}
