body
{
background-color: silver;
}

table
{
background-color: black;
}

th
{
font-family: arial;
background-color: black;
color: white;
font-size="12pt"
}

td
{
background-color: black;
font-family: arial;
color: "#ffffff";
font-size="10pt"
}

a
{
color: orange;
text-decoration: none;
}

a:hover
{
color: purple
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
