.annotation.SOURCE { color : #000099; font-style: italic; } .annotation.TERM { color : #006600; text-decoration: underline; } .annotation.SOURCE a{ color : blue; font-style: italic; } .annotation.TERM a { color : #006600; text-decoration: underline; } .annotation:hover .annotationPopup{ display: block; } .annotationPopup { display: none; background: #DCDCDC; margin-left: 28px; padding: 10px; position : absolute; z-index : 1000; width : 750px; border : 1px solid #C71F27; border-radius: 5px; color: #0e0e0e; text-align: center; } .annotationPopupTitle { width: 100%; font-weight: bold; display: block; margin-bottom: 10px; color : #C71F27; }