<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navre{
  font-size: 16px;
 }

#navre a {
	display: block;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
   color: #FFFFFF;
   background-color:#202D58;
  
}


#navre a:hover {
  background-color:#FFFFFF;
   color: #202D58;
}
@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
	box-sizing: border-box;
	 background: #17A5ED;
	text-align: left;
   color: #FFFFFF;
  }


#navre a:hover {
	 background: #FFFFFF;
	 color:#202D58;
}

}</pre></body></html>