a {
        color: #000000;
}
a:link {
        color: #000000;
}
a:visited {
        color: #000000;
}
a:hover {
        color: #0000FF;
        text-decoration: underline;
}
a:active {
        color: #0000FF;
}
body,td,th {
        font-family : tahoma, verdana, arial, helvetica;
        font-size : 11px;
        color: #000000;
}
body {
        background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
        background-color: #FFFFFF;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
form { display: inline; }
