<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navre a {
	background-color:#004EA2;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 40px;
  padding: 0 27.7px;
  font-weight: bold;
  text-decoration: none;
  
}
#navre a:hover {
  background: #017acd;
   color: #FFFD00;
}
@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
	 background: #017acd;
	 color: #FFFFFF;
	 text-align:center;
  }

 #navre a:hover {
  background: #FFFFFF;
   color: #017acd;
}

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