/* Normal, standard links. */
a:link
{
    font-family: MS Sans Serif;
	font-size: 12px;
	color:red;
	text-decoration: none;
}
a:visited
{
    font-family: MS Sans Serif;
	font-size: 12px;
	color:red;
	text-decoration: none;
}
a:hover
{
    color: red;
    font-family: MS Sans Serif;
	font-size: 12px;
    text-decoration: none;
}
/* The main body of the entire forum. */

body {
	font-family: MS Sans Serif;
	font-size: 12px;
    padding: 0px 0px 0px 0px;
    margin: 0px;

}
.tdcolor {
	font-family: MS Sans Serif;
	font-size: 12px;
	color:#2A4362;
	text-decoration: none;
}
.menulink:link {
    font-family: MS Sans Serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}
.menulink:visited
{
    font-family: MS Sans Serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}
.menulink:hover
{
    color: #FFFFFF;
    font-family: MS Sans Serif;
	font-size: 12px;
    text-decoration: none;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input,button
{
        border: solid 1px #73A8B7;
        background-color: #FFFFFF;
        font-size: 12px;
        color: #557D88;
        font-family: MS Sans Serif;
}
