<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Menu */
 
header{
	margin-bottom: 13em;
	position: relative;
	width: 100%;
}

body{
       	line-height: 110%;
}

.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}

hr {
 height: 1px;
 border: none;
 border-bottom: double;
}

p.double-bottom {
  border-bottom: double;
  }
p.double-top {
  border-top: double;
  }
p.dotted-bottom {
  border-bottom: dotted;
  }
p.dotted-top {
  border-top: dotted;</pre></body></html>