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

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 background: #ffffff;
/* margin: 0px; */
 padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px;
 font-size: 76%;
}
/* Fix Win32 IE5 tables failing to inherit font size & rendering too big */
table {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.0em;
}
/* 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;
}

