.horsewrapper {
	text-align:left
}

.horse-wrapper {
	text-align:left;
	border:1px solid black;
	margin-top:2px;
	padding-top:0px;
}
.horse-wrapper table {
	margin-top:0px;
	padding-top:0px;
}

.horsename {
	text-align: center;
	font-weight: bold;
	font-size:24px;
	color: blue;
	display: inline;
}

.horseimage {
	border: solid 1px blue;
	padding:2px 3px 3px 3px;
	margin:0px 10px 10px 10px;
	width:230px;
	float: left;
}

.aboutthehorse {
	display: inline;
	line-height:auto;
}

.aboutthehorse td {
	vertical-align: bottom;
}

.aboutthehorse p {
	line-height:95%;
}

.horsename2 {
	text-align: left;
	font-color: maroon;
	font-weight:bold;
	font-size: 12px;
}

.hlabel {
	color: blue;
	font-size:10px;
	font-weight: bold;
	text-align: right;
}

.horsebiography p {
	line-height:auto;
	margin:0px 0px 4px 0px;
}

.horsebiography {
	margin:10px;
	text-indent:20px;
	line-height:auto ;
}

