.block  {
        margin:0 auto; 
        width:880px;
        }

.leading {
	line-height: 1.2;
}

.leading2 {
	line-height: 1.2;
}
        
.inside {
        width:95%; 
        margin:5px; 
        padding:5px; 
        float:left; 
        background:white; 
        border:2px solid #d8d6c5;
        }
        
.insidebib {
        width:99%; 
        margin:5px; 
        padding:5px; 
        float:left; 
        background:white; 
        border:2px solid #d8d6c5;
         }

.insideA {
        width:95%; 
        margin:5px; 
        padding:5px; 
        float:left; 
        background:white; 
        border:2px solid #d8d6c5;
        }
		
.insideB {
        width:90%; 
        margin:5px; 
        padding:5px; 
        float:left; 
        background:white; 
        border:2px solid #d8d6c5;
        }
		
.page_title {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
}

.page_title2 {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
}

BODY	{
	margin:0;
	padding:0;
	width:100%;
	font-family: "calibri","Century Gothic","Trebuchet MS", Tahoma, helvetica;
	color: black;
	scrollbar-face-color: #F3F4F5;
	scrollbar-shadow-color: #ADB6BC;
	scrollbar-highlight-color: #ADB6BC;
	scrollbar-3dlight-color: #F3F4F5;
	scrollbar-darkshadow-color: #F3F4F5;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ADB6BC;
	background-color: white;
	}

A:link {
	color: #000033;
	text-decoration: none;
} 
A:visited {
	color: #003366;
	text-decoration: none;
}
A:active {
	color: #993333;
	text-decoration: none;
}
A:hover{
	color: #993333;
	text-decoration:  underline;
}

A.quote {COLOR: #003366; TEXT-DECORATION: none}

.yikes {
	font-family: "Courier New", Courier, mono;
	font-size: 80px;
	color: #333333;}

.style1 {color: #990000; font-weight: bold;}
.spread {letter-spacing: 2pt;}
.bumped {text-indent: 12px;}
.cap {color: #666666;  
      font-weight: bold;
      font-family: Papyrus, "Tempus Sans ITC", "Maiandra GD", "Trajan Pro", Parchment, "Comic Sans MS";
      font-size: 16pt;}


.normal-Pad {padding-right: 13px; }	
.small-Pad {padding-right: 9px; }

.box-br { background: url(/corners/box-br.gif) right bottom no-repeat; }
.box-bl { background: url(/corners/box-bl.gif) left bottom no-repeat ; }
.box-tl { background: url(/corners/box-tl.gif) left top no-repeat; }
.box-tr { background: url(/corners/box-tr.gif) right top no-repeat; padding: 0 20px 5px 20px; }
.box-r  { background: #F5F5F5 url(/corners/box-left.gif) right top repeat-y; }
.box-b  { background: url(/corners/box-bottom.gif) left bottom repeat-x; }



  @font-face {
    font-family: Fine Hand;
    font-style:  normal;
    font-weight: normal;
    src: url(http://anonpress.org/finehand.eot);
  }

  @font-face {
    font-family: Century Gothic;
    font-style:  normal;
    font-weight: normal;
    src: url(http://anonpress.org/font.eot);
  }

#page-originalcontent {
	margin-top: 25pt;
}
#menubar {
	position: fixed;
	width: 100%;
	height: 18pt;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgb(250,250,250);
	background: rgba(250,250,250,0.985);
	color: black;
	border-bottom: 1pt solid #bbb;
}
.menuitem, .menuitemhover {
	position: relative;
	border-top: 1pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
}
a.nav { text-decoration: none; }
a.nav:link, a.nav:visited, a.nav:active { color: black; }
a.nav:hover, .menuitem:hover, .menuitemhover {
	background: #f5f5f5;
	background: rgba(245,245,245,0.9) !important;
	color: #ee0000 !important;
	cursor: pointer;
