body {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #660000;
	background-color: #FFFFFF;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

h3 {font-size: 80%;font-weight: bold;text-align: right;font-style: italic;}
p {
	text-align: justify;
	text-indent: 0em;
	font-size: 100%;
	font-style: italic;
	margin: 20px;
}
table {
	font-size: 18px;
	font-style: italic;
}
.footer {
    text-indent: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px;
}
img {
	border:none;
	margin: 4px;
}
a { color: #660000;}
a:hover {color: #FF0000;}