/* style definitions for www.dundasconcertband.com */

/* "dcb_home.css" */
	
/* style definition (CSS Level 1) */
body {  background: #F4FADA; 
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black; 
        margin-top: 0px; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; } 
a:link      { color: blue; font-style: normal; text-decoration: none;  }
a:visited   { color: blue; font-style: normal; text-decoration: none; }
a:active    { color: olive; font-style: normal; text-decoration: none; }
a:hover     { color: olive; font-style: normal; text-decoration: none; }

p,td   { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: left;} 
h1 { font-family: Arial, helvetica, sans-serif; color: #992323; font-weight: bold; font-size: 16pt; text-align: left;}
h2 { font-family: Arial, helvetica, sans-serif; color: #992323; 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; }

.footer  { font-family: arial, helvetica, sans-serif; font-size: 8pt; text-align: left;} 

/* used by navbar */
.menu1 {
	font-family: arial,helvetica,sans-serif; color: black; font-weight: bold;  font-size: 8pt; font-weight: normal; 
	padding-bottom: 2px;
	padding-top: 2px;
	}
.menu1 a, .menu1 a:visited {
	font-family: arial,helvetica,sans-serif; color: black; font-weight: bold; font-size: 8pt; font-weight: normal; 
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
.menu1 a:hover {
	font-family: arial,helvetica,sans-serif; color: black; font-weight: bold;  font-size: 8pt; font-weight: normal; 
	color: #333333;
	background-color: #FFCC00;
	text-decoration: none;
	}


/* end of file */