<style type="text/css">

<!--



/*** normal table properties ***/ 

table.tbNml {cellspacing: 2px;
           cellpadding: 2px;
           color: black;
           /* border: 1px black; */ }  /* (std) green (Halloween) orange (Valentine/Christmas) red */   

.tbNml td {/* border: thin solid  black; */}      /* (std #AAFFAA (Halloween) #FFCC00 (Valentine) #FF6F6F   July 4 blue Xmas green*/

.tbNml caption {font-family: Arial Rounded MT Bold, Serif; 
                font-size: large; 
                font-weight: 700;
                text-align: center;
                }

/*** pedigree table ***/

table.pedigree {
          border: solid 2px  #339966;
}

.pedigree td {
          font-weight: 700;
          text-decoration: underline;
          color: #339966;
		    padding: 5px;
}

.pedigree caption {
		  font-weight: 700;
		  color: white;
		  background-color: #339966;
		  text-align: center;
		  vertical-align: middle;
} 

/*** red table ***/

table.tb1 { border: 5px solid red; color: black} /* non-std table border offset */

.tb1 td {border: thin dashed red; }   /* non-std table border offset */

.jkv1 {font-family: Arial Rounded MT Bold, Serif; font-size: large; font-weight: 700;
       text-align: center;
      }

/*** plain table (no borders) ***/

.plain {border: none; }

.plain td {border: none;}

.txtcolor1 {color: blue;}

.hilite {background-color :  #AAFFAA;  /* (July 4) blue, (Halloween) #FF6600, (std) #AAFFAA, (Valentine) #FFC0C0 */            
                color : black;} 

.hilite2 {background-color :  #AAFFAA;    /* (Halloween) #FFCC99, (std) #AAFFAA or #7FFF55(Valentine) #FF8181 */                 
         color : black;} 

A:hover{ color: #AAFFAA;                           /* (Halloween) orange (std) AAFFAA (Valentine) #FFC0C0 (Xmas) green */           
                 background-color:   #339966;     /* (Halloween) black, (std) #339966 (Valentine) #FF8181 (Xmas) #00FF00 */
                 cursor: w-hand;text-decoration: underline;}

body { background-image: url('images/clover-bg.gif');
		 background-repeat: repeat;
 
			/* (July 4th) clover-USA.gif(Halloween) Halloween2BG.gif (Valentine) bg Valentine.jpg (std) clover-bg.gif (Thanksgiving BGThanksgiving.gif (Xmas) BGXmas.gif*/
         scrollbar-face-color : green:                   /* (Halloween) orange, (std/Xmas) green, (Valentine) red */
         scrollbar-darkshadow-color : black;
         scrollbar-track-color :  lightgreen;   /* (Halloween) #993300, (std) lightgreen, (Valentine) pink (Xmas) red  */
         scrollbar-arrow-color : white;    /* white */
         scrollbar-base-color : green;             /* (std/Xmas) green (Valentine) lightred (Halloween) orange */
         }

-->

</style>






