P  {
	font-size : 12pt;
}

H1  {
	font-size : 16pt;
	font-weight : bold;
	line-height : 18pt;
	text-align : center;
}

H2  {
	font-size : 16pt;
	font-weight : normal;
	line-height : 16pt;
	color : #3366cc;
	text-align : center;
}

H3  {
	font-size : 14pt;
	font-weight : bold;
	line-height : 16pt;
	color : #3366cc;
	text-align : left;
}

A  {
	color : Purple;
	text-decoration : underline;
}

A:Visited  {
	color : Purple;
}

A:Active  {
	color : Red;
}

A:Hover  {
	color : Purple;
	text-decoration : none;
}

BODY  {
	font-family : Verdana, Arial, Helvetica;
}

.showtitle  {
	font-size : 14pt;
	font-weight : bold;
	text-align : left;
	color : Olive;
}

.showdate  {
	color : Red;
	font-weight : bold;
	font-size : 10pt;
}

.showdesc  {
	font-size : 10pt;
}

.footer  {
	font-size : 10pt;
}

.horsetitle  {
	font-size : 14pt;
	font-weight : bold;
	text-align : left;
	color : Olive;
}

.horseprice  {
	font-size : 12pt;
	color : Maroon;
	text-align : right;
	font-weight : bold;
}

.barntitle  {
	font-size : 14pt;
	font-weight : bold;
	text-align : left;
	color : Olive;
}

.barndesc  {
	font-size : 10pt;
}

.barndate  {
	color : Red;
	font-weight : bold;
	font-size : 10pt;
}

.underpic {
	font-size : 10pt;
}

.menu  {
	font-size : 10pt;
	line-height : 14pt;
}

LI  {
	font-size : 12pt;
	color : black;
}

.seethe  {
	color : Maroon;
	font-size : 12pt;
}

.callfor  {
	color : Maroon;
	font-size : 12pt;
}


SPAN.sold {
	position: relative;
}

SPAN.sold SPAN{
	color: red;
	font-size: 80px;
	font-weight: bold;
	top: -150px;
	left: 50px;
	position: absolute;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
