
body   
	{ 
		background-color: #6495ED;
#		margin:0 auto; 		/* This line will center the page horizontally */
		max-width: 1100px;	/* set a maximum width */
		min-width: 800px;	/* set a minimum width */
	}

.HeaderColor { background-color: #6495ED; }

.BGColor { background-color: #87CEFA; }

.SideMenu { width: 160px; }

h1	{
	font-size: x-large;
	}
h2	{
	font-size: large;
	}

