
<TITLE> North Adams Public Library style sheet </TITLE>
<!- - for inner NAPL pages - - >

<HEAD>
<STYLE> 
H1 { font-family: Harrington, Georgia, Garamond, serif;  }
H2 { font-family: "Comic Sans MS", Tahoma, Arial, sans-serif; }

p1 { text-indent: 5%; font-family: "comic sans MS", Tahoma, Arial, sans-serif; }

BODY 
{ background: white; margin: 0.5in; text-indent: 5%
font-family: "comic sans MS", Tahoma, Arial, sans-serif; font-size: 12pt; }

</STYLE>
</HEAD>

</HTML>













head

/head

body {
	background-color: #ffffff;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: blue;
}

td, th { font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px; background-color: #ccffff; 
	color: blue; }

a { color: blue; }

form { background-color: #ffffcc; }

.title { font-family: Harrington, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle { font-family: Harrington, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Harrington, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

.nav {
	font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}
a:hover {
	color: #DEDECA;
	background-color: #330000;
}

.sidebar {
	font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 color: #990000;
}

.footer {
  font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: blue;
	background-color: #FFFF99;
}

.legal {
	font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	font-size: 12pt;
	color: #blue;
}

.box1 {
	border-width: .5px;
	border-color: blue;
  border-style: dotted;
  	}

.promo {
	font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	color: #000033;
}

.titlebar {
	font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	font-size: 9px;
	color: #FFFFcc;
	background-color: #336699;
}

.dingbat {
	font-family: "Comic Sans MS", Tahoma, Ariel, sans-serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

