
BODY, body { background-color : #fff ; color : #000 ; margin-top : 75px;
       background-image : url(images/eberronLogo.jpg) ; background-repeat : repeat-x ; }

/*
A:link {color : rgb(25,235,25) ; }
A:visited { color : rgb(125,185,125) ; }
A:active { color : white ; }
*/

H1 { color : #900 ; margin-left : 15px ; }
H2 { color : #c00 ; margin-left : 25px ; text-decoration : underline ; }
H3 { color : #f00 ; margin-left : 35px ; font-style : italic ; }

P { margin-left : 45px ; margin-right : 45px ; }

CAPTION { background-color : maroon ; color : #FFA500 ; text-align : center ;
          font-size : 18pt }
TH { padding : 3px ; background-color : #228B22 ; color : #90EE90 }
TR { border : solid black 0px ; }
TD { text-align : center ; margin : 0px ; border-top : solid black thin ; border-bottom : solid black thin ; }

TR.light TD { background-color : white ; color : black ; }
TR.tint TD { background-color : #F5DEB3 ; color : black ; }


UL { list-style-type : none }
LI { margin : 5px 0 }

.center { text-align : center ; }
.bold { font-weight : bold ; }
.italic { font-style : italic ; }

