* {
  color: #444444; }

h1, h2, h3, h4, h5, h6 {
  color: #000000; }

#global-header {
  text-align: left; }
  #global-header h1 {
    display: none; }
  #global-header .header-brand {
    font-size: 38px; }
    #global-header .header-brand a {
      text-decoration: none;
      color: #000000; }
      #global-header .header-brand a:hover {
        text-decoration: none;
        color: #000000; }

body {
  text-align: center; }

#container {
  width: 720px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px; }
