/* THis is the style sheet for Fantasy Escorts website */

/* H1 is centers 19pt text, usually titles        */
/* H2 is the headings on FAQ page                 */
/* H3 is writing on Home page PHONE HOURS         */
/* H4 is 12 pt headers that are centered          */
/* H5 is 14pt centerd and bold                    */
/* H6                                             */
/* H7 is 12pt text  used in newsletter form       */
/* P1 is writing on FAQ page                      */
/* P2 is the writing on the HOME page             */
/* P3 is "daytime hours explanation on Home page  */
/* P4 is the red text for tipping on Rate page    */
/* P5 is the text to click thumbenail on pic page */

/* This is stuff is for the whole site       */
p, .p1, .p2, .p3, .p4, h1, h2, h3, h4, h5, h6, h7   { line-height: 125%; margin-top: 0; margin-bottom: 0 }  /* Single space lines 1 1/4 */
.x21, .p5                                                 { line-height: 100%; margin-top: 0; margin-bottom: 0 }  /* Single space lines  */

a:link       { color: white } /*Links are white*/
a:visited    { color: white } /*Visited links are white*/

/* This is for text size        */
span.x1, h1                { font-size: 19pt }
span.x2, h2, h3, h5, .p4   { font-size: 14pt }
.x3, .p2, h6               { font-size: 13pt }
.x4, .p1, h4, h7           { font-size: 12pt }
.x5, .p3                   { font-size: 10pt }
.x6, .p5                   { font-size: 8pt }

/* This is for text color       */
.x7, h1, h2, .p1, .p2, .p5, h3, .p3, h4, h5, h6, h7   { color: #CCCCCC } /* Grey    */
span.x8                                  { color: #FFFFFF } /* White   */
.x9, .p4                                 { color: #FF0000 } /* Red     */
.x20                                     { color: white }   /* white   */

/* This is for text allignment  */
.x10                        { text-align: left }
.x11, h1, h3, h4, h5, .p5   { text-align: center }
.x12                        { text-align: right }

/* This for text effects */
.x13, h1, h5    { font-weight: bold }
.x14            { font-style: italic }
.x15            { font-style: italic; font-weight: bold }
.x16            { text-decoration: none }
.x19, h3        { text-decoration: underline }

/* Types or fonts used */
.x17                                      { font-family: Arial }
/*.x18, h1, h2, .p1, .p2, h3, .p3, h4, h5   { font-family: Times New Roman }*/
.x18, h1, h2, .p1, .p2, h3, .p3, h4, h5, h6, h7   { font-family: Arial }

/* This is for tables           */
.t1    { border-top:1px solid #C0C0C0; border-left:1px solid #C0C0C0; border-right:1px solid #C0C0C0; cellpadding:0; cellspacing:0;
       border-bottom-width: 1;border-collapse: collapse; background-color:black }     /* This is for the banner table, solid sides and top border*/
                  
.t2    { border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-collapse: collapse; cellpadding:0; cellspacing:0;
       border-top-width: 1; border-bottom-width: 1; background-color:black }  /* This is for the main table, solid sides only border */

.t3    { background-color:black; border-collapse: collapse; cellpadding:0; cellspacing:0 }  /* This for the inside tables, no borders */


.t4    { border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-bottom: 1px solid #C0C0C0; cellpadding:0; cellspacing:0;
       border-top-width: 1; border-collapse: collapse; background-color:black }  /* This for footer table, solid sides and bottom */
  