/* Wellington Winds - Concert Programs         */
/* Wateroo Ontario, Canada */
/* www.archives.wellingtonwinds.com     */


/* include/archives_home.css" */
/* main style sheet for website */
/* 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-left: 4px; margin-right: 4px; } 
a:link      { color: blue; font-style: normal; text-decoration: none;  }
a:visited   { color: blue; font-style: normal; text-decoration: none; }
a:active    { color: blue; font-style: normal; text-decoration: none; }
a:hover     { color: red; font-style: normal; text-decoration: none; }

p,ul,blockquote,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: 14pt; 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 navbar */
.menu1 {
	font-family: arial,helvetica,sans-serif; color: black; font-weight: bold;  font-size: 10pt; font-weight: normal; 
	border-color: black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	}
.menu1 a, .menu1 a:visited {
	font-family: arial,helvetica,sans-serif; color: white; font-weight: bold; font-size: 10pt; font-weight: normal; 
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display:block;
	background-color: #219242;
	}
.menu1 a:hover {
	font-family: arial,helvetica,sans-serif; color: #d0d0d0; font-weight: bold;  font-size: 10pt; font-weight: normal; 
	background-color: black;
	text-decoration: none;
	}

/* footer text */
.footera {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: normal; }
.footera a, footera a:visited {font-family: arial,helvetica,sans-serif; color: olive; font-size: 8pt; font-weight: normal; }
.footera a: hover {font-family: arial,helvetica,sans-seif; color: blue; font-size: 8pt; font-weight: normal; }




/* end of file */