@charset "utf-8";
body {
	font-family: "Times New Roman";
	color: #336699;
	font-size: medium;
}
#header-title {
	font-size: xx-large;
	color: #090;
	font-style: italic;
}
#header-subheading {
	font-size: large;
	font-style: italic;
}
#content-container a {
    text-decoration:none;
}
#content-container a:hover, #content-container a:focus {
    text-decoration:underline;
}

#nav a {
font-weight:400;
text-decoration:none;
font-size:1.1em;
line-height:1em;
white-space:nowrap;
color:#336699;
}
/* First level */
#nav > ul > li > a {text-align:center;}

p.quote {
	font-size: large;
	font-style: italic;
}

p.note {
	font-style: italic;
}
