body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 5% 10%;
}

h1 {
	font-weight: bold;
	font-size: 250%;
	font-variant: small-caps;
	text-align: right;
	text-transform: uppercase;
}

p {
	text-align: justify;
	line-height: 150%;
	margin-top: 10%;
	margin-bottom: 10%;
	margin-left: 50%;
}

p:first-line {
	text-transform: uppercase;
	font-size: 80%;
	line-height: 90%;
	vertical-align: middle;
	letter-spacing: 1px;
}

p:first-letter {
	font-size: 450%;
	font-weight: bold;
	float: left;
	vertical-align: text-top;
	margin-right: 2px;
}

em {
	font-weight: 600;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #990000;
}

a:visited {
	color: #660000;
}

a:hover {
/*	border: 2px #CC0000 dashed; */
	text-decoration: underline;
	color: #CC0000;
}

address {
	text-align: right;
}
