/* CSS for Animal Haus Chihuahuas */
/* Body */
body
 {background-color: #009999;
  font-family: Georgia, "Times New Roman", Times, serif}

/*All text for white background and black words- font color*/
.alltext 
 {font-weight: bold; 
  color:#000000}

/*All text for black background and white words- font color*/
.alltextwhite 
 {font-weight: bold; 
  color:#FFFFFF}

/*Middle table refers to the first layer table, currently peach color */
.middletable 
  {background-color:#FFDAB7}

/* Inner table refers to the second layer table, either black or white with text and content included */
.innertablewhite 
  {background-color:#FFFFFF; 
   font-weight:bold}
.innertableblack 
  {color: #000000;
   font-weight: bold;}

.pedCH {
	color:#FF0000;
	font-size: 10pt;
}
.pedNoCH {
	color:#000000;
	font-size: 10pt;
}

.smalltextPed {
	color:#000000;
	font-size: 8pt;
}
