/* Cascading Style Sheet for the Baltimore Ethical Society */
/* last modified December 5, 2004 by Emil Volcheck         */

body {font-size: 110%}

a:link, a:active {color: #009900}
a:visited {color: black}

/* Styles for the top banner */

/* The banner consists of an outer table and an inner table. */
/* Both run to the full width of the page.                   */

/* The outer table has a dark pastel green background. */
table.outer_banner {background-color: #339933; width: 100% }

/* The inner banner has a white background. */
table.inner_banner {background-color: #FFFFFF; width: 100% }

/* Styles for the menu bar */

/* The hyperlinks should not be underlined and should be black. */
a.menu {text-decoration: none; color: black}

/* The menu table body has a light pastel green background. */
tbody.menu {background-color: #CCFFCC; text-align: left}

/* The table item used for the menu should be aligned at the top. */
td.menu {vertical-align: top}

/* Increase line spacing for definitions so that the FAQs.html  */
/* page will have more space between entries.                   */
dt {line-height: 200%}

