<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">DIV.jumlogo { 
    font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.5em 1em 0.5em 1em;
    background-size: cover;
    background-image: url(images/inspectsplash.jpg);
    background-repeat: no-repeat;
    background-position: center bottom; 
    border-bottom: 1px solid #333;

    text-shadow:
    1px 1px 3px white,
    -1px -1px 3px white,  
    1px -1px 3px white,
    -1px  1px 3px white;
}


DIV.jumlogo A:link, 
DIV.jumlogo A:visited,
DIV.jumlogo A:hover { color: #202020; text-decoration: none; }



.prodname { 
    color: #CC3333;
    font-size: 150%; 
}

/* More discreet TM than simply a TM or a sup tag */
.smtm { 
      position: relative; 
      bottom: 1.4em; 
      font-size: 0.4em; 
}

</pre></body></html>