/* calnejazz1.css Conor  22 Sep 2018  derived from jamese.css */

html {height: 100%; margin-bottom: .01em} /* force scroll bar to prevent screen width changing*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #314A7B;
}
#headerdiv { 
	width: 800px; 
	margin: 0 auto;
}

#textdiv {
	width: 800px; 
	margin: 0 auto;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #314A7B;
	padding: 4px 8px;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #314A7B;
	padding: 4px 8px;
}
p {
	padding: 4px 8px;
}
#textdiv td {
	font-size: 1em;
	color: #314A7B;
	padding: 0px 8px;
}
#textdiv p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#textdiv a:link, #textdiv a:visited {
	color: #314A7B;
	text-decoration: underline;
}
