body {
	 color: #2A0000;
	 font-family: Calibri, Helvetica, sans-serif;
	 text-align: justify;
}
p {
	text-align: justify;
	padding: 0px 5px;
}
td {
	vertical-align: top;
}
a:hover { text-decoration: none; }
.title {
	 font-family: Cambria, Times New Roman, serif;
	 font-size: 250%;
	 font-weight: bold;
	 text-align: center;
}
.subtitle {
	font-size: 65%;
}
.subtitle a:link, .subtitle a:visited {text-decoration:none;}
.subtitle a:hover, .subtitle a:active {text-decoration:underline;}
.heading {
	 font-family: Cambria, Times New Roman, serif;
	 font-size: 150%;
	 font-weight: bold;
	 text-align: center;
	 padding: 2px;
	 border-radius: 8px;
	 -moz-border-radius: 8px;
	 -webkit-border-radius: 8px;
}
.label {
	min-width: 80px;
	font-weight: bold;
	padding-left: 15px;
}
.text {
	width: 90%;
}
img.cover {
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #fff;
	border-radius: 9px;
	padding: 0px;
}