body {
	font-family: Goudy Old Style, Goudy, Hoefler Text, Georgia, serif;
	
}

body { /* IE */
  font-size: 100%;
}

html > body { /* Other browsers */
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6 { 
	font-family: Goudy Old Style, Goudy, Hoefler Text, Georgia, serif;
}

h1 { text-align: center; font-weight: bold; line-height: 1em; padding-bottom: .5em;}
h2 { text-align: center; font-weight: bold; text-transform: uppercase; }
h3 { text-align: center; font-weight: bold; font-variant: small-caps; }
h4 { text-align: center; font-weight: bold; text-transform: uppercase; }

div.nav           { margin-bottom: 0em; padding: 0; list-style: none; width: 100%; text-align: justify; }
div.nav h4        { display: inline; margin: 0; padding: 0; text-align: justify; }
/* The following is an embarrasing hack to get single-line justification of the navigation links: */
div.nav:after     { content: "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0";}

ul li:before { content: "+ "; }
ul li        { list-style-type: none; text-indent: -1.2em; }
dl           { margin: 0 0 1.5em 0; }
dl dd        { margin-left: 1.5em; }

a            { color: #111; text-decoration: underline; outline: none; font-weight: medium; }
a:hover      { color: #000; }

hr {
	display: none;
	background-color: black;
}

#header img { padding: 0; margin: 0; }

p.start:first-letter {
  float:left;
  color:#202020;
  font-size:3em;
  line-height: 1em;
}

.sc { font-variant: small-caps; }

/*.container { background: url(./graduale/lib/img/grid.png); } */
