/* Harmonie Codiac / Codiac Concert Band     */
/* Moncton, New Brunswick, Canada */
/* www.codiacconcertband.ca / www.harmoniecodiac.ca */

/* file: "include/hccb_home.css" */

/* main style sheet for website */
/* CSS Level 1 (see http://www.w3.org/TR/CSS1/  */

	/* CSS Level 1 */
body {  background: #F4EACA; 
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black;
        margin-top: 0px; margin-bottom: 10px; margin-right: 30px; margin-left: 30px;}
a:link      { color: blue; font-style: normal; text-decoration: none;  }
a:visited   { color: blue; font-style: normal; text-decoration: none; }
a:active    { color: red; font-style: normal; text-decoration: none; }
a:hover     { color: red; font-style: normal; text-decoration: none; }

p {font-family: arial,helvetica,sans-seif; color: black; font-size: 10pt; font-weight: normal; }
ul {font-family: arial,helvetica,sans-seif; color: black; font-size: 10pt; font-weight: normal; }
blockquote {font-family: arial,helvetica,sans-seif; color: black; font-size: 10pt; font-weight: normal; }

td {font-family: arial,helvetica,sans-seif; color: black; font-size: 10pt; font-weight: normal; }

h1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 12pt; text-align: left;}
h2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 11pt; text-align: left; }
h3 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 10pt; font-style: italic;text-align: left; }
h4 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 8pt; text-align: left; }

/* used by index.html */
.title1 {font-family: arial,helvetica,sans-seif; color: black; font-size: 10pt; font-weight: bold; text-align: left;}

/* used for page layout with image */
.section1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 12pt; text-align: left;}
.section2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 10pt; text-align: left;}

/* used for navigation bar */
.navbar0 {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: bold; text-decoration: none; }
a.navbar1 {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: bold; text-decoration: none; }
a.navbar1:link  {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: bold; text-decoration: none; }
a.navbar1:visited  {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: bold; text-decoration: none; }
a.navbar1:hover {font-family: arial,helvetica,sans-serif; color: red; font-size: 8pt; font-weight: bold; text-decoration: none; }

/* used for link to French/English index page */
a.navbar2 
  {font-family: arial,helvetica,sans-serif; color: white; font-size: 8pt; text-decoration: none; text-align: right;}
a.navbar2:link, a.navbar2:visited, a.navbar2  
  {font-family: arial,helvetica,sans-serif; color: white; font-size: 8pt; font-weight: bold; text-decoration: none;  text-align: right;}
a.navbar2:hover 
  {font-family: arial,helvetica,sans-serif; color: olive; font-size: 8pt; font-weight: bold; text-decoration: none;  text-align: right;}


/* end of file */