body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 10px 0;
	padding: 2px 2px;
	font: normal normal 150%;
	border-bottom-color : black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-align: center;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-size: 105%;
}
hr {
	height: 1px;
}

p.annotation, p.signature  {
	font-size: 80%;
	width: 500px;
	clear: both;
	margin: 5px 0;
	float: right;
	text-indent: 0;
}
p.signature {
	text-align: right;
	font-style: italic; 
}

a:link {
	color: #0000ff;
}
a:visited {
	color: #9900FF;
}


p {
	text-indent: 2em;
}
blockquote {
 	background-color: #f0f0f0;
	font-size: 80%;
	padding: 1em 1.7em;
	margin: 3px 3px;
}

sup {
	font-size: 80%;
	padding: 0 0 0 2px;
}

.author {
	text-align: center;
	font-weight: bold;
	font-size: 105%;
	margin: 5px 0 2px 0; 
}

.source {
	text-align: center;
	font-size: 90%;
	margin: 2px 0; 
}

div.copyright {
	font-size: 70%;
}

ul.bibl, ol.bibl {
	font-size: 85%;
}

li {
	margin: 3px 0 0 0;
}

img {
    float: right;
}