.zh  span {
border-bottom: 1px black dotted;
}

span.popup:hover {
background: yellow;
cursor: help;
}
.chinese {
font-size: xx-large;
margin: 5px;
}
.pinyin {
font-size: large;
font-family: arial;
}
.english {
font-size: small;
font-style: italic;
}



#dhtmltooltip{
position: absolute;
width: 200px;
border: 1px black dashed;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
text-align: center;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
