/***********************************************************************
** CSM202x.css is css for the CSM202x group in hambone.ca
** adapted from pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/*These adjust the colour of heading elements */
h1, h2, h3, h4, h5, h6 { color:#8B4513; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { 
  background-color: #8B4513;
 }
 
/* These affect the lines at the very bottom. */
#wikifoot { 
  background-color: #8B4513;
}


