/* Background Color/Tile */
BODY { background: white }

/* Text Color */
P  { color: black }

/* Headings */
H1 { text-align: center; background: #eeeeee; color: navy }
H2 { font-family: sans-serif; text-align: left; background: #eeeeee; color: navy }
H3 { font-family: sans-serif; text-align: right; background: #eeeeee; color: navy }
H4 { font-family: sans-serif; text-align: center; background: #eeeeee; color: navy }

/* Links */
A:link    { color: blue }
A:visited { color: navy }
A:active  { color: red }

/* Table Header */
TH { font-family: sans-serif; background: navy; color: white }
/* Table Data */
TD { background: #eeeeee; color: black }
