/*    Stylesheet Definations for Renaissance Winds  */

/*             Body Defination                      */

    body  { background-image: url("clouds2.jpg");
            margin-left: 50px;
          }

/*             Defination for Horses Names          */

   .hname { font-size: 30pt;
             font-family: Vivaldi, 'Blackadder ITC', 'English111 Presto BT', arial;
             font-weight: boldest;
             font-color: black;
          }

/*             Defination for Page Headers          */

   .headr {  font-size: 40pt;
             font-family: Vivaldi, arial;
             font-weight: bolder;
             font-color: black;
          }

/*             Defination for Text                   */

   .words {  font-family: 'Calligraph421 BT', Arial;
             font-size: 14pt;
          }

/*             Defination for Statistic Tables       */

   .stats {  font-family: Courier;
             font-size: 15pt;
          }

/*               Defination for Sold Horses          */

   .sold {  font-family: "Lucinda Calligraphy, Comic Sans MS";
             font-size: 20pt;
          }                                         

/*             Defination for Return Link            */

   .retrn {  font-family: 'Calligraph421 BT', Arial;
             font-size: 14pt;

          }
/*             Definition for Photo Enlargements     */


   .lrge  {  font-family: Arial;
             font-size: 12pt;
          }


/*             End of Stylesheet Definations         */                 

