
.pmRandomText a:hover {
/* preventing IE hover bug */
border: none;
}
.pmRandomText #selected a {color: #e33 !important; font-weight: bold; }
.pmRandomText {position: relative;}

.pmRandomText li,.pmRandomText ul {
	margin: 2px;
	padding: 2px;
	list-style-type: disc;
	display: inline;
	/* position: relative; */
	
	}


.pmRandomText a{ text-decoration: underline;}
.pmRandomText a span {display: none;}
.pmRandomText a:hover {text-decoration: none;}

.pmRandomText a:hover span {
display: block;
position: absolute;
top: 35px;
left: 10px;
background: #f6f6f6;
/*#c8f2ff;*/
/* #9cf; */
width: 100%;
width: 450px;
border: 2px ridge red;
padding: 0.9em;
font-size: 1.1em;

color: black;
font-weight: normal;
font-family: verdana;
}

.pmRandomText div.currentMessage {
  border: 1px solid silver;
  margin-top: 0.5em;}
.pmRandomText .currentMessage p {
  margin: 1em;
 font-weight: normal;
 font-family: verdana;
 font-size: 1.1em;  
  }
.pmRandomText  h5 {margin: 0.2em; color: #999;}