.container-footer {
  background-color: #660909;
  background-image: none;
}

.container-header {
  background-color: white;
  background-image: none;
}

.body {
  background-color: #990E0E;
  background-image: none;
}


/*.site-grid {
    background-color: #f4f6f7;
}

.header {
    background-color: #f4f6f7;
}

.grid-child {
    padding: 3px 15px;
    background-color: white;
}

.footer {
    background-color: #f4f6f7;
    background-image: none;
}
*/

/* Setting properties of h3 headings (eg., names in AZdirectory) */
h3 {
  font-size: 12pt
}


/* Setting link colors */
a {
   color: #990E0E;
}


/*.site-grid {
  background-color: lightgray;
  background-image: none;
}*/



