/*  This is the CSS for the Surnames web page from Reunion 8.01 after
    it has been cleaned by the Applescript S|R routines.  */

body    {   	width: 700px;
			color: navy;
	            	font-family: Papyrus, "Hoefler Text", "Minion Web", Georgia, "Times New Roman", "New York", Palatino, serif;
        	    	font-size: 15px;
        	    	font-variant: small-caps;	/* ‚does not work in Safari 1.1 */
        	    	margin-left: 12%;
        	    	margin-top: 4%;
        	    	background-image: url(../dingbats/spiralbook.gif);
			background-repeat: repeat-y;
            }

h1		{	font-family: Papyrus, Verdana, Arial, sans-serif;
			font-style: normal;
			font-variant: normal;
			font-weight: normal;
		    	font-size: 20pt;
       		    	padding-left: 6%;
        			}

td    {   color: red;
            font-family: Papyrus, "Hoefler Text", Georgia, Palatino, "Minion Web", serif;
            font-size: 16px;
            font-variant: small-caps;
            }

#noodge	{	margin-left: 36px;		}	/* indenting the table a bit more */
				
.first 	   {		width: 60px;
		     		font-size: 20px;
		     		text-align: left;
			}
						
.second		{	width: 500px;
				text-align: left;
				}					
        
.bump			{	margin-left: 54px;		}  /* indenting the divider */

.navbutton          {   margin: 12px 30px 0px 30px;  }
                        
.foot				{	margin: 6pt, 0, 0, 0		}	/*  leave room above the footer */

a:link     {   /* powder blue links   {order of definitions must be LVHA} */
			color: #03c;
                        font-weight: normal;
                        text-decoration: underline;
                }
                
                
a:visited     {   /* Links visited are gray  {order of definitions must be LVHA}  */
					color: #999;
        		                font-weight: normal;
        		                text-decoration: underline;
                }

a:hover     {   /* Links hovered are red {order of definitions must be LVHA} */
                        color: #f00;
                        font-weight: normal;
                        text-decoration: underline;
                }


.credit		{	/*position: relative;*/
				font-variant: normal;
				font-family: Monaco, Geneva, Verdana, Helvetica, sans-serif;
				font-size: 9px;
				line-height: 11px;
				text-align: left;
				color: #600;
			}

.apple		{	width: 48px;
				float: left;
				clear: left;
			} 

p.credit		{	margin: 0;
					padding: 0;
				}

.bump			{	margin-left: 5%;		}  /* indenting the divider */

.navbutton          {	margin: 12pt 6pt 9pt 18pt;
					border: 0;
				}
                        
.foot			{	margin: 0 0 0 8%;		}	/*  leave room above the footer */

.catbox        {    /* this container sits beside the Apple sig, holds the 3 credit lines  */
                        width: 500px;
                        padding: 4px 8px 24px 8px;
                        float: left;
                        }


