/* Normal, standard links. */
a:link { color: #000000; text-decoration: underline; }
a:visited { color: #323232; text-decoration: underline; }
a:hover { color: #b23232; text-decoration: none; }

/* By default (td, body..) use Arial in black. */
body, td {
color: #003333;
font-size: small;
font-family: Arial, helvetica, serif;
}

/* The main body of the entire forum. */
body {
margin: 0 auto;
padding: 0px;
max-width: 1200px;
background-color: white;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
font-size: 9pt;
color: #000000;
font-family: Tahoma, arial, helvetica, serif;
}