﻿body {
	background-color: #D1CDED;
	margin: 0px;
	font-family: "Trebuchet MS";
}
table {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.Heading {
	background: #7C71CC;
	color: #FFFFFF;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.Divider {
	background: #30276B;
}
.BodyHeader {
	font-size: 20px;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}
.Body {
	font-size: 14px;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}
.Credits {
	background: #FFFFFF;
	font-size: 14px;
	color: #000000;
	text-indent: 10px;
	line-height: 20px;
	text-align: center;
}
.Credits a {
	background: #FFFFFF;
	font-size: 14px;
	color: #FF4900;
	text-indent: 10px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.Credits a:hover {
	background: #FFFFFF;
	font-size: 14px;
	color: #FF4900;
	font-weight: bold;
	text-indent: 10px;
	line-height: 20px;
	text-align: center;
}
