
/*_______________ Site Wide Pages _______________*/
body{
	background-color:#530015;
	}
.heading1{
	color:#ffff99;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	font-size:52px;
	}
.BlueRoanTitle{
	color:#ffff99;
	font-weight:bold;
	font-style:italic;
	font-size:64px;
	}
.info{
	color:#ffff99;
	font-weight:bold;
	font-size:16px;
	}
.HorseNameForThumbnails{
	color:#ffff99;
	font-weight:bolder;
	font-size:18px;
	text-align:center;
	}
a:link {
	color:#ffff99;
	font-weight:bold;
	}
a:visited {
	color:#ffff99;
	font-weight:bold;
	}
/*_______________ END _______________*/



/*_______________ Horse Detail Page _______________*/
.HorseName{
	color:#ffff99;
	font-weight:bolder;
	font-size:30px;
	text-align:center;
	}
.pedigreeTable{
	border-style:outset;
	border-color:#EAD76A;
	border-width:1px;
	color:#ffff99;
	font-family: Arial;
	font-weight:bold;
	font-size:12px;
	}
.foalsTable{
	border-style:outset;
	border-color:#EAD76A;
	border-width:1px;
	color:#ffff99;
	font-family: Arial;
	font-weight:bold;
	font-size:16px;
	}

/*Layout Layers*/
#mainPic {
	position:absolute;
	width:400px;
	height:300px;
	z-index:1;
	left:5px;
	top:150px;
}
#infoLayer {
	position:absolute;
	width:270px;
	height:100px;
	z-index:2;
	left: 405px;
	top: 229px;
}
#descLayer {
	position:absolute;
	width:600px;
	height:115px;
	z-index:3;
	left: 5px;
	top: 450px;
}
/*_______________ END _______________*/



