body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {color: #660000; 
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

h2 {
	color: #660000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}

p   {
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	background: #ffffff;
	color: #660000;
	margin: 0 auto;
	width: 760px;
	font-size: 12px;
	font-weight: bold;
}

}