/* Copyright (c) 2004-2024 Pearl Crescent, LLC. */

body {
  margin: 0px; padding: 0px;
  font-family: sans-serif;
  color: rgb(84,11,14);
}

body, td {
  background-color: rgb(255,243,176);
}

.catechism-header {
  font-size: 22px;
  font-weight: bold;
  color: white;
}

a { font-weight: bold; text-decoration: none; color: rgb(158,42,43); }
div.finePrint a { font-weight: normal; }
a:hover { text-decoration: underline; }
a[name] { text-decoration: none; color: black; }
a:visited { color: rgba(158,42,43,0.5); }

table { border-spacing: 0; }
table.headerTable { width: 100%; }
table.mainTable { margin-left: auto; margin-right: auto; max-width: 660px; }
td.topbar { background-color: rgb(84,11,14); text-align: center; }
td { padding: 12px; vertical-align: top; }

ul { margin-top:5px; margin-bottom: 0px; }
ul li { margin-bottom: 5px; }

div.finePrint { font-size: 80%; }

.centered { margin-left: auto; margin-right: auto; }
