body {
	color: black;
	margin: 5px 35px 5px 35px;
	background: #FAF0E6;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	line-height: 1.5;
}

b {	color: maroon;
}

a {
	background-color: transparent;
	color: maroon;
	text-decoration: underline;
}

img.foto {
	border: 1px solid gray;
	margin: 7px;
	padding: 2px;
}

img.cover {
	border: none;
	margin: 7px 30px 7px 7px;
}

a:hover {
	background-color: transparent;
	color: gray;
	text-decoration: none;
}

p {
	margin-left: 30px;
}

p.first:first-letter {
	color: maroon;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: x-large;
}

p.header {
	margin-left: 0px;
	font-size: small;
	text-align: center;
	margin-top: 20pt;
	margin-bottom: 20pt;
}

table {
	border: 0px solid black;
	background: transparent;
}

th {
	text-align: center;
	color: maroon;
	border-color: maroon;
	border-width: 1px;
	border-style: dashed;
}

td {
	border-width: 0px;
}

li {
	background-color: transparent;
	margin-left: 20px;
	list-style-type: square;
	color: maroon;
}

li.abc {
	background-color: transparent;
	margin-left: 20px;
	list-style-type: lower-alpha;
	color: maroon;
	list-style-position: inside;
}

blockquote {
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
	border-top: 1px solid maroon;
	border-bottom: 1px solid maroon;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

h1, h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
}

h1 {
	font-size: x-large;
	border-bottom: 2px solid maroon;
	margin-left: 5px;
}

h2 {
	font-size: large;
	color: maroon;
	margin-left: 20px;
}

.item {
	background-color: transparent;
	color: black;
}


