 @charset "utf-8";
/* CSS Document */

ol,ul {
	font-size:22px;
	line-height:1.5
}
body {
	  background-image: url("/images/CHALK.JPG");
	  }
table {
	    margin-left: auto;
 		margin-right: auto;
	width: 60%;
	border: 1px solid #000; /* 1px thin, solid, black border */
   /* border-collapse: collapse; /* Optional: makes borders look cleaner */
	background-color: #E1E1E1;
	padding: 50px;
}
.short-row {
    height: 12px;
	padding: 0;         /* Remove extra space inside cells */
    line-height: 1;     /* Make text as compact as possible */
    font-size: 12px;    /* Optional: reduce text size */
    height: 12px;       /* Enforce small height on cells */
    vertical-align: middle; /* Align text vertically */
  }
  }

p {
	font-family:Arial, Helvetica, sans-serif;font-size:20px;
}

h3 {
	font-size:24px;
}

h2 {
	font-size:28px;
	padding-top: 10px;
}

h1 {
	font-size:36px;
}

li {
	font-family:Arial, Helvetica, sans-serif; font-size:20px;
}

}

.div-margins {
	margin-left: 70px;
	margin-right: 70px;
}

.Italics {
	font-style: italic;
}



