
p {color: #000; font-size: 1em}

.list-chevron li, .list-arrow li, .list-dotted li, .list-checked li { color: #000; }

a.imagetip {display: inline;}
a.imagetip span { position: absolute; width:200px; color: white; background: #CCC; height: 200px; text-align: center; visibility: hidden; border-radius: 6px;}
a:hover.imagetip span { visibility: visible; opacity: 0.94; margin-top: -170px; margin-left: 2em; z-index: 9999;}
