figcaption.standard  {
    position: absolute; 
    background: rgba(0,0,0,0.75); 
    width: 640;
    color: white; 
    padding: 10px 20px; 
    opacity: 0; 
    bottom: 0;
    left: -30%;
    font-family: ariel;
}

A       {font-size: 16; color: navy  ; font-weight: bold ; font-family: arial; text-decoration: none }
A.hover {font-size: 16; color: blue  ; font-weight: bold ; font-family: arial; text-decoration: underline }
A.x     {font-size: 16; color: navy  ; font-weight: bold ; font-family: arial; text-decoration: underline }
TD.menu {vertical-align: top; padding-left: 10px; width=100px;}
HR      { border: none; color: #000080; background-color: #000080; height: 5px; width:925px; align: left; margin:0px; }
figure  {
    display: block;
    position: relative;
    overflow: hidden;
}
figure:hover figcaption {
    opacity: 1;
    left: 0;
}
DIV.NOCAPTION { font-family: arial; position: fixed; top: 535px;  left: 280px; color: White; }
IMG.NOMY { position: fixed; top: 70px; left: 275px; }