BODY
{
    BACKGROUND-IMAGE: none;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #faebd7
}
TH
{
    TEXT-ALIGN: center
}
BODY A:visited
{
    COLOR: blue
}

/* Remove outline when you click on a link.
   Note that this doesn't work in IE
*/
A {
    outline: none;
 }


/* Remove hyperlink borders from images */
IMG {
    border-style: none
}

/* Replacement for the deprecated <NOBR> tag */
.nobr {white-space: nowrap}

