﻿body
{
	background-color: #F2F7FE; /* white snow */
}

div.Body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	background-color: White;
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-color: #4682b4; /* Steel Blue */
	border-style: groove;
	border-width: thin;
}

