body {
 height: 100%;
 font-family: Georgia, serif;
 font-size: 13px;
 line-height: 1.45em;
 color: black;
 text-align: center;
}

body.whiteonblack {
 background-color: black;
 color: white;
}

#content {
 position: relative;
 margin: 10px auto 10px auto;
 width: 542px;
 padding: 0;
 text-align: justify;
}

.invoke {
 font-family: Georgia, serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 text-transform: uppercase;
 letter-spacing: 1px;
 line-height: 2em;
 text-align: center;
 width: 24em;
 margin: 40px auto;
}
.invoke:before { content: "Blessed Be The Great Mother Without Beginning, Without End Unto Eternity"; }

.fineprint {
 text-align: center ;
 font-family: "Lucida Sans Unicode", sans-serif;
 font-size: 10.4px;
 line-height: 1.5em;
 margin: 4px 0 4px 0;
}

p {
 text-align: justify;
 margin-top: 6pt;
 margin-bottom: 6pt;
}

td {text-align: left; }

a { text-decoration: none; }
a[href]:link { color: #3333bb; }
a[href]:active { color: #4444aa; }
a[href]:visited { color: #555599; }
a[href]:hover { color: #3333bb; text-shadow: #3333bb 0 0 6px; }

.whiteonblack a[href]:link { color: #6666ff; }
.whiteonblack a[href]:active { color: #7777ee; }
.whiteonblack a[href]:visited { color: #8888dd; }
.whiteonblack a[href]:hover { color: #6666ff; text-shadow: #6666ff 0 0 6px; }

a.copyright {
 display: block;
 position: relative;
 margin: 10px 10px 10px 10px;
 float: right;
 width:48px;
 height:31px;
 background-image: url(../img/copyright.png);
 background-color:#3333bb;
}
div.homelink {position:absolute;left:10px;top:10px;}
a.homelink {
 display: block;
 position: relative;
 width:194px;
 height:31px;
 background-image: url(../img/goosehome.png);
 background-color:#3333bb;
}
a.copyright:active, a.homelink:active { background-color: #4444aa; }
a.copyright:visited, a.homelink:visited { background-color: #555599; }
a.copyright:hover, a.homelink:hover { background-color: #3333bb; }

.whiteonblack a.copyright {
 background-image: url(../img/copyright_white.png);
 background-color: #6666ff;
}
.whiteonblack a.homelink {
 background-image: url(../img/goosehome_white.png);
 background-color: #6666ff;
}
.whiteonblack a.copyright:active, .whiteonblack a.homelink:active { background-color: #7777ee; }
.whiteonblack a.copyright:visited, .whiteonblack a.homelink:visited { background-color: #8888dd; }
.whiteonblack a.copyright:hover, .whiteonblack a.homelink:hover { background-color: #6666ff; }


h1 {
 text-align: center ;
 font-style: italic;
 font-weight: normal;
 font-size: 200%;
 margin-top: 60px ;
 margin-bottom: 10px ;
}

h2 {
 text-align: center ;
 font-size: 20px;
 font-style: italic;
 font-weight: normal;
 line-height: 1.4em;
 margin-top: 48px ;
 margin-bottom: 8px ;
}

h3 {
 text-align: center ;
 font-size: 15px;
 font-style: italic;
 font-weight: normal;
 line-height: 1.4em;
 margin-top: 36px ;
 margin-bottom: 6px ;
}

h4 {
 text-align: center ;
 font-weight: bold ;
 font-size: small ;
 margin-top: 24px ;
 margin-bottom: 4px ;
}

.smallprint {
 font-weight: normal ;
 font-size: x-small ;
}

.hidden {
 display: none;
}

h1.mainlogo {
 width: 418px;
 padding-top: 328px;
 margin: 80px auto 80px auto;
 background-image: url(../img/templeofthegoodgamegoose.jpg);
 background-repeat: no-repeat;
}


.hebrew {
 font-size: 120%;
 line-height: 1;
}

hr {
 display: block;
 clear: both;
 border: 0;
 outline: 0;
 width: 47px;
 height: 19px;
 margin: 160px auto 160px auto;
 background-image: url(../img/doublespiral.png);
}
.whiteonblack hr {
 background-image: url(../img/doublespiral_white.png);
}

.author { font-weight: bold; display: inline; }
.year { font-size: 80%; display: inline; margin-left: 10px; }
.year:before { content: "("; }
.year:after { content: ")"; }
.title { font-size: 120%; font-weight: bold; text-align: left;}
.pubinfo { font-size: 70%; }
.subtitle { font-size: 90%; margin-left: 1.5em; }

.navlinks { font-size: 80%; margin: 40px auto; text-align: center; }
