body {
    color: #000000;
    margin: 0px auto 0px;
    font-size: 12px;
}

.license {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    padding-right: 1em;
}

a, a:visited {
/*    color: #0000A0; */
    text-decoration: none;
}
	
a:hover {
    text-decoration: underline;
}

/* editorial notes */
a.note {
/*    font-style: italic; */
}

a.note:hover {
	text-decoration: none;
}

#content {
	width: 480px;
	margin: 0px auto 0px;
	padding: 20px 10px 0px 10px;
    text-align: justify;
    font-size: 16px;
    font-family: Georgia;
}

#content p {
	padding: 0px 0px 1.5em 0px;
	margin: 0px;
	line-height: 1.4em;
}

h1 {
    text-align: center;
    font-size: 18px;
}
