body {
background-color: #000000;
color: #eeffcc;
}

ul {
list-style: disc outside;
}

li {
color: yellow;
padding-bottom: 10px;
}

h4 {
color: #3300FF;
text-align: center;
}

h3 {
background-color: #aaaaaa;
color: #000000;
}

u.quote {
color: yellow;
text-decoration: none;
}

u.t1 {
color: #eeffcc;
text-decoration: none;
}

u.c1 {
color: #FF3333;
text-decoration: none;
}

u.c2 {
color: #33CC00;
text-decoration: none;
}

u.c3 {
color: #0066FF;
text-decoration: none;
}

u.sign {
margin-left: 2.5em;
color: lime;
text-decoration: none;
border-left-style: dashed;
padding-left: 0.5em;
}

table {
background-color: #aaaaaa;
color: #000000;
}

table.dark {
background-color: #000000;
color: #eeffcc;
}

table.inset {
margin-left: 3em;
margin-right: 3em;
background-color: #222222;
color: #eeddaa;
border-style: solid;
border-color: #991122;
font-size: 75%;
}

u.br {
color: white;
}

td.tp {
vertical-align: top;
}

td.mid {
color: brown;
}

td.head {
background-color: #aaaaaa;
color: #000000;
}

td.cat {
color: brown;
text-decoration: underline;
}

a.big {
color: yellow;
font-size: 150%;
}

a[href] img:hover {
outline: yellow solid 1px;
}

a[href]:hover {
font-weight: bold;
color: black;
background: orange;
text-decoration: underline;
}

a {
font-weight: bold;
color: yellow;
}

#menu {
text-align: right;
}

#textarea {
padding: 1em;
}
