<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
    color:black;
    text-align: left;
    font-family:Verdana, Montserrat,Futura, Optima;
    text-transform: uppercase;
    letter-spacing: +0.1em;
    margin-left: 55px;
    font-size: 36px;
}

.content{
    width: 1024px;
    height:auto;
    margin:0 auto;
    display: block;
    background:white; 
    padding-top: 32px;
    font-family: sans-serif;
}

.GroupHeader {
	display: block;
	padding-bottom: 0px;
	border-bottom: 3px solid #585754;
	margin-bottom: 20px;
	font-family:Verdana;
	font-size: 20px;
	font-weight: bold;
	color: black;
}

.Content table {
    font-family: sans-serif;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #DDD;
}

.Content h3,h5{
    font-family:Georgia;
}

.Content a{}

.flip button {
    background-color:white;
    border: none;
    color: black;
    font-family: inherit;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.textbox{
    background-color: white;
    font-family:Verdana,monospace;
    text-align: left; 
    padding:3%;
}

#nav {
	width: 100%;
	float:left;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #f2f2f2;
}

#nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  min-width: 1280px;

}

#nav  li {
    height: auto;
    float: left; 
    width: 12.5%;
    font-size: 13px;
    line-height: 12px;
    font-family:Verdana,monospace,'courier new',Frutiger,Futura;
    letter-spacing: +0.15em;
     }

#nav  li a {
  
  display: block;
  color: rgb(110,136,153);
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  
}
#nav li a:hover {background-color: #eee;}

.main{
    background:white; 
    padding-top: 32px; 
    margin:0 auto;
}</pre></body></html>