html,body,p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

html,body {
	background-color: #888888; /* old #000066 */
	}
	
a:link {
	text-decoration: underline;
	color: #0000CC; /* old red */
	}
a:visited {
	text-decoration: underline;
	color: #0000CC; /* old red */
	}
a:hover {
	text-decoration: underline;
	color: #5888ff; /* old red */
	}
a:active {
	text-decoration: underline;
	color: #5888ff; /* old red */
	}

h1 {
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h2 { /* Larger blue text */
	font-size: 15px;
	color: #000066;
	text-align: center;
	}
	
h3 {
	font-size: 15px;
	color: black; /* old red */
	text-align: center;
	}
		
table {
	font-size: 13px;
}
	
.dog_name {
	font-size: 18px;
	color: #003399;
	text-transform: uppercase;
	padding: 2px;
	font-weight: bold;	
}
.dog_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.key_title {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
.caption_text {
	font-size: 9px;
}
.poem {
	color: #003399;
}
.poem_large {
	color: #003399;
	font-size: 16px;
}
.footer {
	font-size: 10px;
	display: block;
	margin: 5px;
}
.donation_text {
	color: #FF0000;
}
.center {
	text-align: center;
	margin: 0 auto 0 auto;
	
	}
.adopted {
	font-size: 15px;
	color: red;
	text-transform: uppercase;
	padding: 3px;
	font-weight: bold;
	}
	
.indent {
	text-indent: 1em;
	}
	
.red {
	color: #ff0000;
	}
	
.main_dogs { /* to set the dogs left and set text to strong unless a link */
	text-align: left;
	font-weight: bold;
	}
	
.smalltext {
	font-size: 80%;
	}
	
.main_dogs a {
	font-weight: normal;
	}
	
.floatRight {
	float: right;
	}


/*#main_body p { * set up for centering all text in the main body area. *
	text-align: center;
	}
*/	