/* Central Ontario Musician's Association - www.coma.on.ca */

/* "CSS/home.css" */
/* main style sheet for website */
/* CSS Level 1 */

body {  background: white; 
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black; }
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: 9pt; font-weight: normal; }

h1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 14pt; text-align: left;}
h2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 12pt; text-align: left; }
h3 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 10pt; text-align: left; }
h4 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 10pt; text-decoration: underline; text-align: left; }
h5 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 8pt; text-align: left; }


/* for side menu */
.menu0       { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: left; white-space: nowrap;}
.menu0 a     { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: left; white-space: nowrap; }
.menu0 a:link     { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: left; white-space: nowrap; }
.menu0 a:vlink     { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: left; white-space: nowrap; }
.menu0 a:hover { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: black; background-color: #eecccc; text-align: left; white-space: nowrap; }
/* .menu0 a:active { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: left; white-space: nowrap; } */
/* for side menu: "home button" */
.menu0a       { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: center;  white-space: nowrap;}
.menu0a a     { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: center;  white-space: nowrap;}
.menu0a a:link     { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: center;  white-space: nowrap;}
.menu0a a:vlink     { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: center;  white-space: nowrap;}
.menu0a a:hover { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: black; background-color: #eecccc; text-align: center;  white-space: nowrap;}
/* .menu0a a:active { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: blue; text-align: center;  white-space: nowrap;} */

/* for images on directions page */

.img_caption1 {font-size: 10pt; }
.img_caption2 {font-size: 8pt; }

/*
.img_caption2 {font-family: arial,helvetica,sans-serif; color: blue; font-size: 8pt; font-weight: normal; }
.img_caption2 a {font-family: arial,helvetica,sans-serif; color: blue; font-size: 8pt; font-weight: normal; }
.img_caption2 a:hover {font-family: arial,helvetica,sans-serif; color: red; font-size: 8pt; font-weight: normal; }
*/

/* footer text for pages */
.footer0 {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: normal; font-style: italic; }

/* end of file */
