.lukestyle {
	text-align: center;
	color: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
.heading {
	text-align: left;
	color: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.body {
	text-align: justify;
	color: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.footer {
	text-align: center; color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
}
a:link {
	color: rgb(0, 0, 0); font-weight: bold; text-decoration: none;
}
a:active {
	color: rgb(0, 0, 0); font-weight: bold; text-decoration: none;
}
a:visited {
	color: rgb(0, 0, 0); font-weight: bold; text-decoration: none;
}
a:hover {
	color: rgb(102, 102, 102); font-weight: bold;
}
