.whiteText {color:#ffffff;}
.purpleText {color:#57068c;}

/***** different link colors based on background ******/
a.white:link {color: #ffffff; font-weight: bold; text-decoration: none;}
a.white:active {color: #ffffff; font-weight:bold; text-decoration: none;}
a.white:visited {color: #ffffff; font-weight:bold; text-decoration: none;}
a.white:hover {color: #ffffff; font-weight:bolder; text-decoration: none;}

a.black:link {color: #000000; font-weight: bold; text-decoration: none;}
a.black:active {color: #000000; font-weight:bold; text-decoration: none;}
a.black:visited {color: #000000; font-weight:bold; text-decoration: none;}
a.black:hover {color: #000000; font-weight:bolder; text-decoration: none;}
