/* 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 Tahoma in black. */
body, td
{
        color: #003333;
        font-size: small;
        font-family: Arial, helvetica, serif;
}
/* The main body of the entire forum. */
body
{
        margin: 0px;
        padding: 0px;
	background-color: #d8d0c8;
}
/* 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;
}
