/* Set general page attributes for the site */
	BODY {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	color : Black;
	}

/* this is a custom main Heading Style */
	.h1{
	color : Navy;
	text-align : center;
	font-size : x-large;
	font-variant : small-caps;
	font-weight : bolder;
	padding-top : 8px;
	padding-bottom : 4px;
}
/* this is a custom second sub-Heading Style */
	.h2{
	color : Navy;
	text-align : center;
	font-size : large;
	font-weight : bolder;
	padding-top : 0px;
	padding-bottom : 0px;
	}
	
/* custom style for tables in site */
	.t1{
	font-size : small;
	}

