<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {background-color: #ffffff; text-align: center;}

.trailer {font-family: arial,verdana, sans-serif; font-size: 11px; color: #666666;}
/*
.pageTable {width: 100%; height: 90%; border-style: hidden; border-width: 1px; border-collapse: collapse; margin-left: auto; margin-right: auto; margin-top: 10%; margin-bottom: auto;}
.imageTable {width: 24%; height: 250px; border-style: hidden; border-width: 1px; border-collapse: collapse; margin-left: auto; margin-right: auto;}
.dotcomTable {width: 80%; height: 70px; border-style: hidden; border-width: 1px; border-collapse: collapse; margin-left: auto; margin-right: auto;}
.dotcomTableTD { width: 15%;} 
.pixTable {width: 400px; height: 100%; border-style: hidden; border-width: 1px; border-collapse: collapse; margin-left: auto; margin-right: auto;}
*/

.imageMain, .dotcomImage, .nameImage  {border: 0px;  max-width: 100%; height: auto; }
.imageMain { width: 65px; height: 250px }
.dotcomImage { width: 350px; height: 40px; cursor: pointer; }
.nameImage { width: 248px; height: 40px; }
 
.mainContainer, .mainContainerMobile {margin-left: auto; margin-right: auto; text-align: center; display: block; width: 100%; position: fixed;  top: 50%; left: 50%; transform: translate(-50%, -50%); }
.mainContainer {display: inline; } 
.mainContainerMobile {display: none; } 
/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){.mainContainer { display: none; }}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){.mainContainerMobile {display: inline; }}

.imageContainer {margin: 2%; display: inline-block; vertical-align: middle; }

.bottomContainer {margin-left: auto; margin-right: auto; text-align: center; display: block; width: 100%; }</pre></body></html>