<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
    margin: 0px;     
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}
*
{
    padding: 0px;
    margin: 0px;
}
img
{
    border: none;
    max-height:100%;
}
ul li
{
    list-style: none;
}
.red
{
    color: Red;
}
.red2
{
    color: #C60808;
}

.clear
{
    clear: both;
    height: 2px;
    overflow: hidden;
}
.bigimgbox
{
    max-width:740px;
    height: 480px;
    border:solid 1px #cecece;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
        
}
.bigimgbox2
{
    height: 480px;
    background:url(space.gif) no-repeat top left;
    color:Red;
    font-size:15px;
    line-height:135%;
}
.smallimgbox
{
    max-width:740px;
    border:solid 1px #F4FAFF;
    background-color:#F4FAFF;
    overflow:auto;   
}
.smallimgbox ul
{
    white-space: nowrap;
}
.smallimgbox ul li
{
    display:inline-block; 
    border:solid 1px #cecece;
    height: 80px;
    margin-right:6px;  
    vertical-align: middle;
}

.smallimgbox ul li img
{
height: 80px;
width: 110px;
}

@media(max-width:739px){
    .bigimgbox{
        height:400px;
    }
    .bigimgbox2{
        height:400px;
    }
    .smallimgbox ul li{
        height:60px;
        width: 60px;
        margin-right:10px; 
    }
    .smallimgbox ul li img{
        height:60px;
        width: 60px;
        margin-right:6px; 
    }
}
.smallimgbox ul li:hover
{
    border:solid 1px #FF8E29;
}
.smallimgbox ul li img
{
   cursor:pointer;
   display: block;
}</pre></body></html>