@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
body div.container {
  font-family: "Noto Sans";
}
 
body div.container #Announce {
  font-family: "Noto Sans";
}
 
#content-header {
    border-bottom: 10px solid #384E77;
}
 
#header {
  text-align: left;
  margin: auto;
  width: 1170px;
}
 
#header h1 {
    padding: 25px 25px 25px 0;
}

#content-header img {
    max-height: 60px;
}