.Header {
	font-family: "Microsoft Sans Serif";
	font-size: large;
	color: #000066;
}
body {
	background-color: #E2E2E2;
}
.Main_Text {
	font-family: "Microsoft Sans Serif";
	color: #000066;
	font-size: small;
}
.Footer {
	font-family: "Microsoft Sans Serif";
	font-size: x-small;
	color: #000066;
}
.list {
	color: #000066;
	font-size: small;
	font-variant: normal;
	padding-bottom: 10px;
	font-family: "Microsoft Sans Serif";
	font-style: normal;
	list-style-type: disc;
	list-style-position: outside;
	
}

