p.mention {
	font-size: 10px;
	color: Red;
	font-weight: lighter;
	margin: 5px;
}
table.ref {
	width: 100%;
	font-size: 10px;
}
table.ref tr td {
	padding: 5px;
}
table.ref tr td.left {
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
	color: #7B68EE;
	padding-bottom: 10px;
}
table.ref tr td.price {
	font-size: 14px;
	text-align: right;
	font-weight: bolder;
	color: Maroon;
}
table.ref tr td.txt {
	background-color: #FFF4FF;
	padding-left: 10px;
}

table.ref tr td.txt img.pictureR {
	float: right;
	border: solid 2px Purple;
}
table.ref tr td.txt img.pictureL {
	float: left;
	border: solid 2px Purple;
	margin-right: 10px;
}

#Section {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	margin: 20px;
}
#Intro p {
	font-size: 12px;
	text-align: left;
	color: #7B68EE;
	margin: 5px;
}
table.ref tr td.txt p {
	margin: 5px 0px 5px 0px;
}