﻿body
{
    /*
    background-image: url(images/PFIT4Cycle-300DPI-400-DIM.PNG);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat; 
    */
   /*  Put class="RegularText" on Body in Master
   color: black;
   font-family: Verdana,Arial,Helvitica;
   font-size: 1em;
   line-height: 1.75; 
   */
}

.HideLink a:link
{ 
    color: Black;
    text-decoration: none; 
}

.HideLink a:visited
{ 
    color: Gray;
    text-decoration: none;
}

.HideLink a:hover
{ 
    color: Gray;
    text-decoration: underline;
}

.HideLink a:active
{ 
    color: Gray;
    text-decoration: none;
}
    
.LogoText
 {
   color:black;
   font-family:Arial,Calibri,Helvitica;
   font-size: 2em;
   line-height: 1;
 } 

.HeadingText
{
    color: black;
    font-family: Verdana,Arial,Helvitica;
    font-size: 1.5em;
    line-height: 1;
}

.SubHeadingText
{
    color: black;
    font-family: Verdana,Arial,Helvitica;
    font-size: 1.125em;
    line-height: 1.25;
} 

.RegularText
 {
   color:black;
   font-family:Verdana,Arial,Helvitica;
   font-size: .75em;
   line-height: 1.5;
 }
 
 .InfoText
 {
   color:black;
   font-family:Verdana,Arial,Helvitica;
   font-weight:bold; 
   font-size: 1em;  /*  .9em;  */
 } 
 
 .Construction
 {
     visibility:hidden;
     width:0px;
     height:0px;
 }