* {margin:0; padding:0; font-family:sans-serif;}
html, body {background-color:#333; }
body {margin:30px; color:#ccc; font-family: Arial, Helvetica, sans-serif; line-height:1.6;}
/* font-size: 12px; font-weight: normal; */

table {max-width:1000px;}
td {padding-left:20px; padding-top:10px; vertical-align:top; text-align:left;}

img, iframe {margin-top:10px;} /* margin:0; padding: 0; */

small {line-height:1;}

a:link {color:#cccccc;}
a:visited {color:#999999; text-decoration:none;}


<style>
.cite { 
  font-style: ibold;
    font-size: 50%;
}
.hide {
  display: none;
}
    
.myDIV:hover + .hide {
  display: block;
  color: #CEF6F5;
}

</style>