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

body	{	color: navy;
            		font-family: Verdana, "Trebuchet MS", Courier, Helvetica, sans-serif;
			font-size: 12pt;
			font-style: normal;
			font-variant: small-caps;
			text-align: left;
			margin-top: 4%;
			margin-left: 12%;
			background-image: url(../dingbats/spiralbook.gif);
			background-repeat: repeat-y;
        	}
        
#tophed	{	font-family:  Papyrus, Verdana, Arial, sans-serif;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
        		    	font-size: 20pt;
	        	    	padding-left: 6%;
        		}
        
.alfa	{	padding-left: 1pc;
			border-top: 1px;
			border-left: 0;
			border-right: 0;
			border-bottom: 0;
        	    	border-color: navy;
        	    	border-style: dotted; 
        	    	width: 400px;
		}

dt		{	color: navy;
            		font-family: Copperplate, "Copperplate Gothic Bold", Verdana, sans-serif;
           	 	font-size: 16pt;
           	 	font-variant: small-caps;
        	}
        
dd			{	color: navy;
				font-family: Arial, Geneva, Monaco, sans-serif;
            			font-size: 11pt;
			}			
			        
a:link		{	color: #03c; /* powder blue links   {order of definitions must be LVHA} */
/*
	            		font-size: 12pt;
*/				font-weight: bold;
	            		text-decoration: underline;
			}			

a:visited     {	/* Links visited are gray  {order of definitions must be LVHA}  */
				color: #666;
/*
	            		font-size: 12pt;
*/        		        font-weight: normal;
        		        text-decoration: underline;
                	}

a:hover     	{	/* Links hovered are red {order of definitions must be LVHA} */
                        	color: #f00;
				font-weight: bold;
                        	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;	/* this eliminates leading between grafs */
					padding: 0;
					z-index: 5;
				}

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

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

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

