/* Galt Kiltie Band - www.kilties.cambridge.on.ca */

/* "/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;
        margin-top: 4px; 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 {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }
ul {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }
blockquote {font-family: arial,helvetica,sans-serif; 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; text-align: left; }
h4 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 8pt; text-align: left; }

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

/* used for index.html page */
.title1 {font-family: Times New Roman, Times, serif; color: black; font-size: 20pt; font-weight: bold; }

/* 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 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: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding-bottom: 2px;
	padding-top: 6px;
	}
.menu1 a, .menu1 a:visited {
	font-family: arial,helvetica,sans-serif; color: black; font-weight: bold; font-size: 10pt; 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: 10pt; font-weight: normal; 
	color: #333333;
	background-color: #FFCC00;
	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: black; font-size: 8pt; font-weight: normal; }
.footera a: hover {font-family: arial,helvetica,sans-serif; color: blue; font-size: 8pt; font-weight: normal; }

/* for history section */
.caption {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: bold; text-align: center; }
.description {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-style: italic; font-weight: normal; text-align: center; }

/* for news page */

.news_date {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: normal;}
.news_title {font-family: arial,helvetica,sans-serif; color: black; font-size: 12pt; font-weight: bold;}
.news_text {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal;}


/* end of file */
