/* Background for most pages */
body.ltbkg {background-image: url(bright-forest-tile2.jpg);}

/* Louise wants large fonts */
body {background-attachment: fixed; font: 18pt "Goudy Old Style", serif;}

h1.left, h2.left, h3.left, h4.left {text-align: left;}

h1, h2, h3, h4, h5, h6, .cursive {font-family: "Bickley Script LET", "Edwardian Script ITC", "URW Chancery L", cursive; text-align: center;}

/* Make the headings big enough to correlate with the body font */
h1 {font-size: 400%;}
h2 {font-size: 300%;}
h3 {font-size: 200%;}
h4 {font-size: 150%;}

p.navline {text-align: center; font-size: large;}

a:hover {
	color: #F90;
}

/* notation of currently-selected page (inactive, current link in navigation areas): */
.currpage {color: #FFCC00; font-size: larger;}

/* Make the DL text reasonable in size. Only used on original Site News page. */
dl {font-size: medium;}

/* Fix ABBR and ACRONYM underlines for Safari and others */
abbr, acronym
{
border-bottom: .1em dotted;
cursor: help;
}

.note {text-indent: 0; background-color: #AAA; margin-left: 5%; margin-right: 5%; padding: 4px;}
