body {
background-color:#00181E;
color:#7F92FF;
width:90%;
max-width:1000px;
margin:0 auto;
font-family: Liberation Sans, sans-serif;
font-size:12pt;
}

/* unvisited link */
a:link {
    color: #A17FFF;
}

/* visited link */
a:visited {
    color: #D67FFF;
}

/* mouse over link */
a:hover {
    color: #FF7FED;
}

/* selected link */
a:active {
    color: #FF7FB6;
}

tr:nth-child(even) {
    background-color: #23272A;
}
/* Old CSS, archived 2019-12-21 */
/* Font used is called "OpenDyslexic", and was made by Abbie Gonzalez

@font-face {
   font-family: OpenDyslexic;
   src: url(https://owlman.neocities.org/fonts/OpenDyslexic3-Regular.ttf);
}

body {
background-color:#1C2C38;
color:#7F92FF;
width:90%;
max-width:1000px;
margin:0 auto;
font-family: "OpenDyslexic";
font-size:11pt;
} */

/* unvisited link */
/* a:link {
    color: #A17FFF;
}

/* visited link */
/* a:visited {
    color: #D67FFF;
} */

/* mouse over link */
/* a:hover {
    color: #FF7FED;
} */

/* selected link */
/* a:active {
    color: #FF7FB6;
} */