/* CSS Document */

body {
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    color: black ;
    background-color: white ;
    background-image: url(../images/peppers-and-garlic_sm20.jpg);
    backgound-position: 0 0 ;
    background-attachment: fixed ;
    background-repeat: no-repeat ;
}

a[jill] { color: blue ; }

div#content2 {
   background: white url(../images/peppers-and-garlic_sm_glass.jpg) 0 0 no-repeat fixed;
   border: 2px solid gray;
   padding: 0.22em;
   margin: 20px 2px 2px; }

*#jack {
   background: white url(../images/peppers-and-garlic_sm_glass.jpg) 0 0 no-repeat fixed;
   border: 2px solid gray;
   padding: 0.22em;
   margin: 20px 2px 2px; }

div#content H6 {
   font: 110% Georgia, "Times New Roman", Times, Serif;
   background: white url(../images/peppers-and-garlic_sm_glass.jpg) 0 0 no-repeat fixed;
   border: 2px solid gray;
   padding: 0.22em;
   margin: 20px 2px 2px; }

div#content H1 {
   background: white url(../images/peppers-and-garlic_sm_glass.jpg) 0 0 no-repeat fixed;
   border: 2px solid gray;
   padding: 0.5em 1em 0.25em;}

div#content H4 {
   background: white url(../images/peppers-and-garlic_sm_glass.jpg) 0 0 no-repeat fixed;
   border: 2px solid gray;
   padding: 0.5em 1em 0.25em;}

div#content H3 {
   background: white url(../images/peppers-and-garlic_sm_glass.jpg) 0 0 no-repeat fixed;
   border: 2px solid gray;
   padding: 0.5em 1em 0.25em;}

div#content form { margin: 3px 0 0; }

a[href] { color:#22F ; }

a[href]:visited {
    color:#93F;
}

a[href]:hover {
	 color:#B33;
}

a[href]:active {
    color:#FF0033;
}

FORM,INPUT,TEXTAREA,SELECT,OPTION { 
	font: 1em Avant Garde, Verdana, Arial, Helvetica, sans-serif;
}

p {
    font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0in;
}

table {
    /* font: 1em Verdana, Arial, Helvetica, sans-serif; */
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

pre {
    font: 1em "Lucida Console", "Courier New", Courier, mono;
}

th { font: 1em bold Verdana, Arial, Helvetica, sans-serif; }

td { 
    /* font: 1em bold Verdana, Arial, Helvetica, sans-serif; */
	width:auto;
	padding: 20px;
}

/* H6  { font: 110% Georgia, "Times New Roman", Times, serif;	} */

H5	{ font: 150% Georgia, "Times New Roman", Times, serif;	}

H4	{ font: 170% Georgia, "Times New Roman", Times, serif;	}

H3	{ font: 200% Georgia, "Times New Roman", Times, serif;	}

H2	{ font: 250% Georgia, "Times New Roman", Times, serif;	}

H1	{ font: 300% Georgia, "Times New Roman", Times, serif; 
          margin: 0.5em -4px 0.5em; padding: 0.33em 0.5em 0.167em; }

B	{ font-weight: bold;			}

I	{ font-style: italic;			}

U	{ font-variant: -caps;			}



