.Style1 {color: #FFFFFF}
.Style2 {
	background-color: #990000;
	font-weight: bold;
}
.hiddenlink {
  color: #990000; /* same color as the surrounding text */
  text-decoration: none; /* to remove the underline */
  cursor: text; /* to make the cursor stay as a text cursor, not the hand */

        
