/* NOTES
   margin: 0px 0px 8px 0px; - Top Right Bottom Left
*/


BODY
{
   background: #ffffff;
   color: black;
   font-family: Arial, helvetica, sans-serif;
/*   top-bottom left-right */
   margin: 10px 0px;
}

a:link
{
   color: #996633;
   text-decoration: none;
   font-weight: bold;
}

a:visited
{
   color: #996633;
   text-decoration: none;
   font-weight: bold;
}

a:hover
{
   color: #CCCC00;
   text-decoration: underline;
   font-weight: bold;
}

LI
{
   margin: 0px 50px;
}

P
{
/*       top right bottom left */
   margin: 10px 10px 10px 50px;
}

TABLE.publications
{
   margin: 0px 100px;
}

P.prayer
{
   font-style: italic;
   margin: 10px 100px;
}

P.plain
{
   margin: 0px 0px;
}

H1
{
   font-size: 140%;
   color: #CC9900;
/*       top right bottom left */
   margin: 10px 10px 10px 20px;
}

H2
{
   font-size: 120%;
   font-weight: bold;
   color: #CC9900;
/*       top right bottom left */
   margin: 10px 10px 10px 20px;
}

H3
{
   font-weight: bold;
   font-size: 110%;
   color: #CC9900;
/*       top right bottom left */
   margin: 10px 10px 10px 20px;
}

H4
{
   font-size: 100%;
   color: #CC9900;
/*       top right bottom left */
   margin: 10px 10px 10px 20px;
}

.direct
{
   font-size: 80%;
   text-align: right;
}

.caption /* under photos */
{
   font-style: italic;
   font-weight: bold;
   padding: 0px 8px 0px 0px; /* to reduce leading in tables */
   margin: 0px 0px 0px 0px;
   font-size: 85%;
}

.update /* at bottom of all pages */
{
   text-align: right;
   font-size: 70%;
   color: #666666;
}

.contents
{
   font-size: 90%;
}

.stats
{
   font-size: 70%;
}

