/* Main Style Sheet for the Treehaven web site */

/* Setting background colour for the main page header table and heading */

table.header { background-color: RGB(198,195,198); }
h1.header { background-color: RGB(198,195,198) }

/* Setting the Horrizontal line colors */
table.line { background-color: #780000; }

/* Setting background colour for the menu table */

/* table.menu { background-color: RGB(132,130,132); } */
/* h3.menu { background-color: RGB(132,130,132) } */


/* Setting Heading Font Sizes as a percentage of the normal text size*/

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; }


/* Setting Heading Font Colour*/
h1,h2,h3 { color: #780000; }


/* Setting Body Font and Background Colour */
/* body { color: black; background: RGB(198,195,198); } */
body { color: black; background-color: RGB(198,195,198); }



/* Setting Breadcrumbs Font and Colour */
p.breadcrumbs { font-size: 75%; color: #780000; }