<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 

@media only screen and (min-width: 320px) {
    .Logo {
        width: 299px;
        height: 159px;
        background: url("../Images/Snap298x158v2.png");
        display: block;   
        margin-left: auto;   
        margin-right: auto;
        background-repeat:no-repeat;
    }
}


@media only screen and (max-width: 319px) {
    .Logo {
        width: 240px;
        height: 136px;
        background: url("../Images/Snap239x135v2.png");
        display: block;   
        margin-left: auto;   
        margin-right: auto;
        background-repeat:no-repeat;
    }
}

.option {
	display:block;
	width:291px;
	margin: 1em 0; 
	padding:17px 0 20px 0px;
	font-size:14px;
	font-family:arial;
	color: #FFFFFF;
	background: url("../Images/button.png") 0 0 no-repeat;
	display: block;   
    margin-left: auto;   
    margin-right: auto;
	text-decoration: none;
	text-align:center;
	}
#landing a:hover {	
	background-position: -297px 0;
	color: #335487;
}
#landing a:active {
	background-position: -297px 0;
	color: #335487;
}</pre></body></html>