/* Cascading Style Sheets for sample homepage */

/* Netrape seems to ignore the color setting for the BODY tag. At least it does not inherit it. :( */
BODY { color: white; background: url("ameo.jpg"); }
* { color: white; background-color: transparent; }
P { color: white; background-color: transparent; }
P.separate { clear: both; display: block; }
P.noLeftAdj { clear: left; display: block; }
P.noRightAdj { clear: right; display: block; }
H1 { color: white; text-align: center; background-color: transparent; }
H2 { color: white; background-color: transparent; }
A { color: rgb(0, 255, 0); background-color: transparent; }
EM { color: yellow; background-color: transparent; }
EM.important { color: red; background-color: transparent; }
EM.currentPage { color: rgb(0, 224, 0); font-style: italic; background-color: transparent; }
UL.invis { color: inherit; list-style-type: none; }
UL.noindent { color: inherit; list-style-type: none; list-style-position: inside; }
IMG.alignRight { float: right; }
IMG.alignLeft { float: left; }
TABLE { color: white; background-color: transparent; }
CAPTION { color: yellow; background-color: transparent; }
TR { color: white; background-color: transparent; }
TH { color: purple; background-color: transparent; }
TD { color: white;  }
TD.pageDiv { vertical-align: top; }
TD.centered { text-align: center; }
HR { clear: both; display: block; }

