body {
    background-color: rgb(66, 61, 61);
    font-family: monospace;
    color: rgb(223, 84, 153);
    text-align: center;
    font-size: 150%;
}

p {
    color:lightgrey;
}

/* unvisited link */
a:link {
    color: rgb(223, 84, 153);
}

/* visited link */
a:visited {
    color: lightgrey;
}

/* mouse over link */
a:hover {
    color: gray;
}

/* selected link */
a:active {
    color: rgb(223, 84, 153);
}
