﻿/* STYLE SHEET FOR SALES LIST PAGES */
/* fsFoals.html, fsMares.html, fsStallions.html, fsOther.html */

body
{
background-color: #FAF2DB;/* CREAMY/TAN? */
font-family: Arial, sans-serif;
font-size: 11pt;
font-style: normal;
font-weight: normal;
color: #A0522D;/* reg color: SIENNA */
table-layout: fixed;
}

/* other text/fonts */
p {font-weight: bold;}
.c2{color: rgb(102,51,0);}/* dark color: DK BROWN */
.cLt{color: #F4A460;}/* light color: SANDYBROWN */
.fnt2{font-family: "Comic Sans MS", Arial, sans-serif;}
.big{font-size: 14pt;}
.sm{font-size: 9pt;}
.congrats{font-style: italic; color: #F4A460;}/* light color: SANDYBROWN */

hr{color:  rgb(102,51,0)}/* dark color: DK BROWN */


/* buttons and other links */
a.pony:link{ border: 0px solid #000000;}
a.pony:hover{ border: 1px solid #FF00FF;}/* accent color: MAGENTA */


/* tables */
table{width: 7.5in;}

td{vertical-align: top;}

/* nested details table */
table.nest{width: 6.55in; margin: 0px 0px 0px 2px;}

/* small nested details table */
table.small{width: 3.50in; margin: 5px 5px 5px 5px;}




