body {
	text-align: left;
	background-color: white;
	margin-bottom: 75px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	max-width: 600px;
	font-size: 20pt;
	font-family: Baskerville, Georgia, 'Times New Roman', sans-serif
}

.multicolumn {
	column-width: 15em;
	column-gap: 2em;   /* shown in yellow */            
	column-rule: 4px solid green;
	padding: 5px;      /* shown in blue */
}

#sig {
	font-style: italic;
	text-align: right;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.cancellato {
	text-decoration: line-through;
}

ul {
	padding:0;
  	margin:0;
}

li {
	list-style-type: none;
}

img {
	border-width: 0px;
}

h1 {
	font-size: 200%;
}

.attribution {
	text-align: right;
	font-size: 50%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

dt {
	font-style: italic;
}

dd {
	padding-bottom: 5%;
}

h1.headline {
	font-size: 150%;
	text-transform: uppercase;
	text-align: justify;
}

.long-article {
	line-height: 130%;
	width: 500px;
	max-width: 500px;
	font-size: 16pt;
}

