<STYLE TYPE="text/css">

.dummyClass {color:black; text-decoration: none}

/* Text within a paragraph is defined as ... */
/* hidden P {color:darkorchid} */
/* P {color:darkorchid} */
P, OL, UL, PRE {color:purple}

/* Header Text is defined as ... */
H1, H2, H3, H4 {color:fuchsia}

/* An anchor within a paragraph is defined as ... */
P A {color:blue; text-decoration: none; font-size: 16px; line-height: 18px}
 
/* unviewed and unselected link is defined as ...  */
.uLinkClass {color:blue; text-decoration: none; font-size: 16px; line-height: 18px}

/* viewed link is defined as ...  */
.vLinkClass {color:white; text-decoration: none; font-size: 16px; line-height: 18px}

/* selected link is defined as ...  */
.aLinkClass {color:purple; text-decoration: none; font-size: 16px; line-height: 18px}

/* Gay Man */
.personGMclass {color:fuchsia}

/* Gay Woman */
.personGWclass {color:#800080}

/* Straight Man */
.personSMclass {color:blue}

/* Straight Woman */
.personSWclass {color:black}

/* Text in a footer is defined as ... */
.footLinkClass {color:blue; text-decoration: none; font-size: 16px; line-height: 18px}

</STYLE>