<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	background:#EAF7FF;
	color:#1B1B1B;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

a {
  color: #0022CC;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0022CC;
  text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	text-align:center;
}
h2 {
	color:#1B1B1B;
}
h4 {
	color:#CC0000;
}

p {
	text-align:center;
	margin:30px 0;
}
#wrap {
/*	margin:10px auto;*/
	padding:20px;
	background:#FFFFFF;	
}
#wrap-border {
    margin:10px auto;
    width:600px;
    max-width:90%;
    border: 6px dashed #CC0000;    
}
#header {
	margin: 0 0 20px 0;
}
#main {

}
#cta {
	text-align:center;
}

.blue {
	color:#0022CC;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size:400%;
	font-weight: bold;
}
.black {
	color:#1B1B1B;
	font-size:300%;
	font-weight: bold;
	line-height:1;
}
#wait_text {
    line-height: 50px;
}
#cta {
    line-height: 50px;
}</pre></body></html>