A:link
  {
    color:            #7D0D01;
    text-decoration:  none;
  }

A:visited
  {
    color:            #7D0D01;
    text-decoration:  none;
  }

A:hover
  {
    color:            #C99C96;
    text-decoration:  underline;
  }

A:active
  {
    color:            #7D0D01;
    text-decoration:  none;
  }
  
.textTitle
  {
    color:            #444444;
    font-family:      Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times, serif; 
    letter-spacing:   .3pt;
    font-size:        38px;
    line-height:      1.3;
    text-decoration:  none;
  }
  
.textTitlePage
  {
    color:            #444444;
    font-family:      Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times, serif; 
    letter-spacing:   .3pt;
    font-size:        22px;
    line-height:      1.3;
    text-decoration:  none;
  }
  
.textHeading
  {
    color:            #666666;
    font-family:      Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times, serif; 
    letter-spacing:   .3pt;
    font-size:        18px;
    line-height:      1.3;
    text-decoration:  none;
  }
  
.textBody
  {
    color:            #444444;
    font-family:      Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times, serif; 
    letter-spacing:   .3pt;
    font-size:        12px;
    line-height:      1.3;
    text-decoration:  none;
  }
  
.textSmall
  {
    color:            #666666;
    font-family:      arial, helvetica, sans-serif;
    letter-spacing:   .1pt;
    font-size:        10px;
    text-decoration:  none
  }