.readInfo{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
/*font: bold 14px Verdana;*/
width: 198px;
}


.openInfo{ /*class added to contents of 2nd demo when they are open
color: green;*/
}

.closedInfo{ /*class added to contents of 2nd demo when they are closed
color: red;*/
}

.infoText {width: 198px; padding: 4px}
.infoText li { list-style: inside; color: #FFF; text-indent: 10px; padding: 3px}

.infoText a  { color: #FFF; text-decoration: none; font-weight: bold}
.infoText a:hover  { color: #FFF; text-decoration: underline; font-weight: bold}
