BODY                          { background: gray }
H1, H2, H3, H4                { color: #644E34; font-family: sans-serif ; 
				font-weight: bold; font-style: oblique }
P                             { color: black; background: gray}
P.navbar                      { color: black; background: gray; text-align: center }
P.copyrite                    { color: black; background: gray; text-align: center; 
				font-size: 60% }
TABLE                         { border: thin outset gray; background: white }
TH                            { border: thin outset gray; background: white }
TD                            { border: thin inset gray;  background: white }
TD.banleft                    { border: 0 ; height: 218 ; background-repeat: repeat-x ;
                                 background-image: url(images/ban_left.jpg) }
TD.banmidd                    { border: 0 ; height: 218 ; background-repeat: no-repeat ;
                                 width=800 ; text-align: right ;
                                 background-image: url(images/ban_midd.jpg) }
TD.banrght                    { border: 0 ; height: 218 ; background-repeat: repeat-x ;
                                 background-image: url(images/ban_rght.jpg) }

:link, :visited               { text-decoration: underline; }
:link:focus, :visited:focus   { color: green; }
:link                         { color: #644E34; }
:visited                      { color: red; }
:link:hover, :visited:hover   { color: white; background: #644E34 }
:link:active, :visited:active { color: green; }