a:link { 
  color: #671b3d; 
  text-decoration: underline; 
}

a:visited { 
  color: #671b3d; 
}

a:active { 
  color: #671b3d; 
} 


.menuTextWhite {
    font:12pt arial;
    color:#ffffff;
}
.headerTextWhite {
    font:16px arial;
    font-weight: normal;
    color:#ffffff;
}

.headerTextPlum {
    font:18px arial;
    font-weight: bold;
    color:#671b3d;
}

.paraTextWhite {
    font:10pt arial;
    color:#ffffff;
}
.paraTextPlum {
    font:10pt arial;
    color:#671b3d;
}
.paraTextBoldPlum {
    font:10pt arial;
    font-weight: bold;
    color:#671b3d;
}
.paraTextBoldWhiteLink {
    font:10pt arial;
    font-weight: bold;
    color:#ffffff;
    text-decoration: underline; 
}
.paraTextBlack {
    font:10pt arial;
    color:#000000;
}
.paraTextBoldBlack {
    font:10pt arial;
    font-weight: bold;
    color:#000000;
}
.quoteTextPlum {
    font:10pt arial;
    font-weight: bold;
    color:#671b3d;
}
.quoteTextWhite {
    font:11pt arial;
    font-weight: normal;
    color:#dfd3d1;
}
.quoteTextWhiteItal {
    font:11pt arial;
    font-weight: normal;
    font-style:  italic;
    color:#dfd3d1;
}

