/* Based on part of a very old version of Fark's CSS: Copyright (c) 2003-2006 Fark.com, LLC */

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 background: #ffffff;
 padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px;
}

/* replace non-standard "wrap=virtual" on textarea tags */
textarea {
 overflow: auto;
}

a:hover {
 color: #ff00ff;
 background: #ffffff;
}
a:visited {
 color: #0000ff;
 background: #ffffff;
}
img {
 border: none;
}
a img {
 border: none;
}
tt {
 font-family: monospace;
 font-size: 1.0em;
}
pre {
 font-family: monospace;
 font-size: 1.0em;
}
/* Get rid of vertical space between two tables on top of each other. */
form.killspacehack {
 display: inline;
}

/* Simple classes */
.centered {
 text-align: center;
}
.smaller {
 font-size: smaller;
}
.teensy {
 font-size: x-small;
}
.soon1 {
 font-size: 1.2em;
}
.soon2 {
 font-size: 1.0em;
}
.soon3 {
 font-size:1.0em;
 color:#ccc;
}
.soon4 {
 font-size:2.0em;
 font-weight:bold;
}
.soon5 {
 font-size: 1.5em;
}

