
/* ---- index  page------------------------------------------------------------------------------------------- */
/*       defines the space and background for the page header     */
/* 20230301 FCM */

/* -  hyper link stops blue letters -- */
a{text-decoration: none;border:0px ;outline:none;border-width: 0px;outline-width:0px;border-bottom: none;background-color:inherit;color:inherit;}

html {  height: 100%;  margin: 0;  background-color:#000000; }
body {  font-family: Tahoma, Arial;}

/*  FONTS AND TEST SIZES */
/* Load Copper Plate Gothic for cell phones */
/* Copper Plate Gothic is a public domain font */
@font-face {font-family:copper-bold; src: url(../fonts/COPRGTB.TTF);}
@font-face {font-family:copper-low; src: url(../fonts/COPRGTL.TTF);}

	
.brown-bagx{background-color:#734d26; } /*  brown paper bag   #ab9678;    #4e4231; */

.txth1center{vertical-align: middle;	text-align: center;}
.txtcraftsman{ font-family: "copper-bold","Copperplate Gothic"}

.txtcenter{vertical-align: middle;	text-align: center;}
.txtmedium { font-size: 1.4em; }
.txtsmall { font-size: 1.0em; }

h1{margin:0;  padding:2px;  font-size:1.5em;  font-family: "Copperplate Gothic"}
h2{margin:0;  padding:14px;  font-size:2.0em;font-family: "Copperplate Gothic"}
h3 { font-size: 1.3em;  text-decoration: underline;	font-family: "copper-bold","Copperplate Gothic"}
h4 { font-size: 1.2em;  margin:0;}
h5 { font-size: 1.1em;  margin:0;}
h6 { font-size: 1.0em;  margin:0;}

p 
{
  padding-top: 5px;
  padding-right: 40px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.center-content
{

max-width: 800px;  /*  770px matches 8.5 inch width of paper for printing */
margin:auto;
margin-top:10px;
margin-bottom:0px;

padding:10px;
}



