html {
    font-size: 22px
}
body {
    background-color: #ad8eba;
    color: rgb(0, 0, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: medium
}
a {
    color: rgb(255, 255, 255);
}

a:visited {
    color: rgb(255, 237, 123);
}

a:hover, a:active {
    color: #eee
}