body
{
  color: #000000;
  background-color: #ffffff;
  margin: 10px;
  padding: 0px;
}
a
{
/* text-decoration: none; */
  color: #000000;
}
h1
{
  font-size: 24px;
}
h2
{
  font-size: 20px;
}
h3
{
  font-size: 16px;
}
h4
{
  font-size: 12px;
}
hr
{
  color: #20c020;
  background-color: #20c020;
  height: 2px;
  border: 0;
}
img
{
  border: 0;
}

.bible
{
  color:#00c;
}

.bibleref
{
  font-weight: bold;
}

.jesus
{
  color:#f00
}

.sidebar
{
  background-color: #ffc;
  color: #040;
  border: thin solid;
  float: right;
}

.calendar
{
}

.calendardate /* this formats the number assciated with each calendar day */
{
  font-size: 8px;
  text-align: right;
}

.calendarmonth /* this formats the calendar month heading */
{
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #008000;
  text-decoration: none;
  text-align: center;
}

.calendarweek /* this formats the days of the week headings */
{
  font-size: 12px;
  color: #ffffff;
  background-color: #20c020;
  text-align: center;
}

.calendarday  /* this formats a normal calendar day */
{
  font-size: 12px;
  color: #000000;
  background-color: #ffffcc;
  width: 90px;
  height: 90px;
  text-align: left;
}

.calendartoday /* this formats today */
{
  font-size: 12px;
  color: #000000;
  background-color: #cccc99;
  width: 90px;
  height: 90px;
  text-align: left;
}

.calendarblank /* this formats days from the previous and next months */
{
  font-size: 12px;
  color: #042000;
  width: 90px;
  height: 90px;
  text-align: left;
}

.calendarcontent /* this formats entries made on a calendar day */
{
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  text-align: left;
}

.vcenterspan /* this is black magic used to vertically center content in a div */
{
  position: relative;
  top: expression(parentElement.offsetHeight/2-offsetHeight/2);
  text-align: left;
}
