@charset "iso-8859-1";
/* Styles used on Pete Karsanow's website at:			*/
/* http://www.geocities.com/TimesSquare/Arcade/7810/  and	*/
/* http://www.geocities.com/hentaihelper/ [preferred]		*/
/* Anyone wishing to copy MUST first contact me:		*/
/* email: p.karsanow[AT}sbcglobal{DOT)net				*/
/* Acknowledgements to	Richard Jowsey :				*/
/* 	richard[AT}jowsey{DOT)com : http://jowsey.com/		*/
/* for getting me interested in actually using CSS.		*/
/* */
/* Default "body" attributes, provides the TEXT,		*/
/* BACKGROUND and BGCOLOR.						*/
/* Must provide background color or image in style for	*/
/* individual page files if different.				*/
   body        { color:black; background:url(marblex.png) repeat #CCCCCC }
/* anchors/links; :link=unvisited, :active=ALINK, :visited=VLINK	*/
   :link       { color:blue; background-color:transparent }
   :active     { color:red; background-color:transparent }
   :visited    { color:#CC00FF; background-color:transparent }
   a:hover     { color:blue; background:#CCFFFF }
/* 'center' is used to center the text contents, replacing	*/
/* the <center> tag							*/
   .center     { text-align:center }
/* for site-wide page-top & bottom navigation bars		*/
   div.navbar  { color:black; background-color:white; width:100% }
   div.transbar { color:black; width:100% }
/*     nb=navbar, t/b=page top/bottom, #=row, #=cell (left to right) */
   div.nbt11   { float:left; text-align:left; width:20% }
   div.nbt13   { float:right; clear:right; text-align:right; width:20% }
   div.nbb11   { float:left; clear:left; background-color:transparent; width:20% }
   div.nbb12   { float:left; background-color:silver; width:20%; padding:0.5em 0 0.5em 0 }
   div.nbb13   { background-color:white; width:100%; padding:0.5em 0 0.5em 0 }
   div.nbb14   { float:right; background-color:silver; width:20%; padding:0.5em 0 0.5em 0 }
   div.nbb15   { float:right; clear:right; background-color:transparent; width:20% }
   div.nbb21   { float:left; clear:left; text-align:left; width:15%; margin: 0.6em 0.3em 0.3em 0.3em }
   div.nbb22   { float:left; text-align:left; width:15%; padding-top:0.5em }
   div.nbb24   { float:right; text-align:right; width:15%; padding-top:0.5em }
   div.nbb25   { float:right; clear:right; text-align:right; width:15%; margin:0.5em 0.1em 0.1em 0.3em }
   tr.navbar   { color:black; background-color:white; vertical-align:middle }
   td.navbar, p.navbar
               { font-family:Arial,sans-serif; font-weight:bold; 
                 font-size:105%; color:green; background-color:white }
   .seethru    { background-color:transparent }
/* page heading level 1 is always at least in the navbar	*/
   h1          { text-align:center; vertical-align:baseline }
/* Put text on top of a list with no separation, to		*/
/* simulate the <LH> tag present in HTML 3 but not 4.01	*/
   .nobottom   { margin-bottom:0 }
   p.LH        { margin-left:1em; margin-bottom:0; font-weight:bold }
   ol.LH, ul.LH { margin-left:2em; margin-top:0 }
/* gives the first line of a paragraph a small indent		*/
   p.indent    { text-indent:2em }
/* put a red "change" bar in the left margin			*/
   .changed    { padding-left:0.2em; border-left:solid;
                 border-left-width:thin; border-right:none;
                 border-top:none; border-bottom:none; border-color:red }
/* 'invisible' just prevents display; used in the "upgrade	*/
/* your browser if it doesn't support CSS" code suggested	*/
/* by http://www.webstandards.org/upgrade/tips.html		*/
/* and http://www.alistapart.com/articles/journey		*/
/* (which also suggested how to load the stylesheet so 	*/
/* "4.0" browsers	don't get AFU)					*/
   .invisible  { display: none }
/* 'help' puts a dotted line under text that has associated	*/
/* TITLE information, and should change a mouse cursor to a	*/
/* "Help" type (usually a question mark). This cues the user	*/
/* that more info is available, but that it isn't a link.	*/
/* Copied from:								*/
/* http://www.alistapart.com/stories/practicalcss/		*/
/* which credits Sander Tekelenburg.				*/
/* This will automatically work for ABBR or ACRONYM tags,	*/
/* or anything with a TITLE attribute given the			*/
/* class="help" (usually in a SPAN tag).				*/
   abbr, acronym, .help
               { border-bottom: 1px dotted #333; cursor: help }
/* 'strike' provides the functionality of the deprecated	*/
/* (in HTML 4.01) STRIKE tag						*/
   .strike     { text-decoration: line-through }
/* 'noborder' provides the functionality of the deprecated	*/
/* "border=0" attribute							*/
   .noborder   { border-width: 0 }
/* define the first 3 levels of outlining for ordered lists */
   ol.L1       { list-style-type: upper-roman }
   ol.L2       { list-style-type: lower-alpha }
   ol.L3       { list-style-type: decimal }
/* double-height shaded horizontal rule 				*/
   hr.double   { border-top:1px solid gray }
/* horizontal rule half width of page				*/
   hr.wid50    { width: 50% }
/* END OF CSS FILE */


/*      FILE ARCHIVED ON 22:33:27 Oct 23, 2009 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:25:42 Apr 10, 2026.
*/