/* Style sheet for genealogy pages at www.lupo.org */

/* BODY properties */

body { background: tan url(http://www.lupo.com/graphics/sfondo.jpg);
	 margin-top: 4em;
	 margin-left: 9em;
	 margin-right: 9em;
	 font-family: "century schoolbook bt", "times new roman", serif;
	 font-weight: normal;
	 font-size: 14pt;
	 text-align: justify;
     }


/* HEADER properties */

h1, h2, h3, 
h4, h5, h6  { font-family: Arial, Helvetica, sans-serif;
  	        font-weight: normal; 
	        color: brown;
		  text-align: center;
		  font-weight: normal;
		  line-height: 1.3;
	      }

h1 { font-size: 2.2em }
h2 { font-size: 1.8em }
h3 { font-size: 1.5em }
h4 { font-size: 1.25em }
h5 { font-size: 0.95em }
h6 { font-size: 0.75em }

h6.left { text-align: left }

/* Paragraph and formatting properties */


p { text-indent: 1.5em;
    font-size: 14pt;
    line-height: 1.4;
  }


p.noindent { text-indent: 0em; }

p.centered { text-indent: 0em;
		 text-align: center;
	     }

blockquote { padding-left: 1em;
             padding-right: 1em;
             font-size: 12pt;
		 line-height: 1;
           }

blockquote.diff { padding-left: 1em;
             padding-right: 1em;
             font-size: 14pt;
		 line-height: 1;
           }

div { margin: 0%;
	text-align: justify;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border: solid brown;
	border-width: 0.1em 0em 0.1em 0em;
    }

div.mainpage { font-size: 14pt;
		   line-height: 1.2;
		   border-width: 0em 0em 0em 0em;
		 }

div.tablespace { margin: 0%;
		     margin-left: -3em;
	  	     border: solid blue;
		     border-width: 0.1em 0em 0.1em 0em;
    		   }

pre  { font-face: courier new;
       font-size: 9pt;
       font-weight: bold }

table {  margin-left: 0em;
	   margin-right: 0em;
/*         border-top:  0.1em solid blue; */
/*         border-width: 0.1em 0em 0.1em 0em; */
	}

th { font-weight: bold }


address { font-size: 14pt;
	    font-family: sans-serif;
	    font-weight: bold;
	    text-align: center;
	    color: blue;
	    padding: 0.5em;
	    border: outset medium orange;
	  }

/* Classes for enhancing text */

.enhanced { font-size: 14pt;
	      font-family: sans-serif;
	      font-weight: bold;
		line-height: 1;
	      text-align: center;
	      color: blue;
	      padding: 0.25em;
	      border: outset medium orange;
		text-indent: 0em;
	    }


.enhanced01 { border-color: rgb(70,70,70);
		  border-style: solid;
		  border-width: 0em 0em 0em 0.07em;
		  text-align: justify;
		  padding-top: 1em;
		  padding-bottom: 1em;
		}

/* End display settings */

@media print { 
@page         { margin: 10% }
body 	     { font-size: 12pt }
h1, h2, h3,
h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
p     { text-indent: 3em; font-size: 12pt; line-height: 1.2 }
blockquote    { page-break-inside: avoid; font-size: 10pt; }
ul, ol, dl    { page-break-before: avoid; font-size: 10pt; }
       	 }
