
/* JOAN FOR DOGS */

/* CONTACT INFORMATION   */

.contact  {
	color:#000000;
	letter-spacing:normal;
	}
	
.contact  a {
	color: #000000;
	text-decoration: underline;
	}
	
.contact a:hover {
	color:#000000;
	text-decoration: none;
	}

/* Navagation Menu  */	

.navigation td {
	border-bottom: 1px solid #D5EDB3;
	}
	
.navigation a {
	font-family: "Bradley Hand ITC";
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}
.navigation a:hover {
    text-decoration: none;
	color:#000000;
	font-weight: bold;
	}
	
