p { 	/* plain text */
	color: #000080;
	font-family: Garmond, Georgia, Times New Roman;
	font-size: medium;
	font-weight: bold;
  }

p.banner { 	/* At the top of the web site */
	color: #000080;
	padding: 15px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	font-size: xx-large;
	border-style: solid;
	border-width: 4px;
	border-color: #000080;
  } 
  
p.title { 	/* At the top of each page */
	color: #000080;
	font-family: Castellar, Georgia, Garmond, Times New Roman;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
	border-style: groove;
	border-color: #000080;
  }

p.heading { 	/* At the top of a paragraph */
	color: #000080;
	font-family: Garmond, Georgia, Times New Roman;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	text-decoration: underline;
  }
  
p.listheading { 	/* At the top of a paragraph */
	color: #000080;
	font-family: Garmond, Georgia, Times New Roman;
	font-weight: bold;
	font-size: large;
	text-align: center;
	text-decoration: underline;
  }
  
p.listing { 	/* Making a list like in the Breeders page */
	color: #996600;
	font-family: Garmond, Georgia, Times New Roman;
	font-weight: bold;
	font-size: medium;
	text-align: center;
  }
  
body.content { 	/* The body of each page */
	background-image: url(./images/common/tandakc.gif);
  }
  
body.site { 	/* The body of the banner and navigation */
	background-image: url(./images/common/tan.gif);
  }

a {		/* The base link properties */
	font-family: Garmond, Georgia, Times New Roman;
	font-size: small;
	font-weight: normal;
  }
  
a.links {		/* The base link properties */
	font-family: Garmond, Georgia, Times New Roman;
	font-size: x-large;
	font-weight: bold;
  }  
  
a:link {	/* The unvisited links */
	color: #000060;
  }

a:visited {	/* The visited links */
	color: #000060;
  }

a:hover {	/* The mouse overed link */
	color: #000080;
  }  

a:active {	/* The selected link */
	color: #000060;
  }

th { 	/* Table headers */
	color: #000080;
	font-family: Garmond, Georgia, Times New Roman;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
  }
  
td { 	/* Table cells */
	color: #000080;
	font-family: Garmond, Georgia, Times New Roman;
	font-size: medium;
	font-weight: bold;
  }