.Title {
	color: #810053;
	font-size: 17px;
	font-weight: bold;
}
body {
	background-color: #D1D3D4;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.Content {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.Content a:link {
	color: #810053;
	text-decoration: none;
}
.Content a:visited {
	text-decoration: none;
	color: #810053;
}
.Content a:hover {
	text-decoration: underline;
	color: #000000;
}
.Content a:active {
	text-decoration: underline;
	color: #000000;
}
