<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font: normal 95.5% Arial,Helvetica,sans-serif;
  color: #444;
  text-align: center;
	
}
#interstitial {
  width: 920px;
  margin: 80px auto;
  padding: 10px;
  background: url(bg.png) repeat-y center;
}
#message {
  font-size: 1.4em;
  font-weight: bold;
  padding: 20px 200px;
	background: #fff;
}
#gears {
	background: url(gears.png) no-repeat center;
}
p {
  margin: 20px 0;
	
}
a.learn-more {
  display: block;
  width: 307 px;
  height: 51px;
  margin: 0 auto;
  background: url(btn-learnMore.png) no-repeat center;
  text-indent: -9999px;
  text-decoration: none;
  overflow: hidden;
}
a.proceed {
  display: block;
  width: 307 px;
  height: 63px;
  margin: 0 auto;
  background: url(btn-login.png) no-repeat center;
  text-indent: -9999px;
  text-decoration: none;
  overflow: hidden;
}
.format-text {
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}

.format-text div {
  padding-bottom: 20px;
}

.format-text p {
  margin: 1.5em 0;
}
.format-text li {
  line-height: .5;
  font-weight: normal;
  margin: 1em 0;
}
</pre></body></html>