/* CSS REVISION 2021-06-11 */

/*** Place your styles below ***/
/* Green text = #117733 */
/* Red text = #cc6677 */
/* Blue text = #007298 */
/* Container design background color = #99daea */

/* This is the class for indenting paragraphs. */
/*
.indent40 {
  margin-left: 40px;
}
*/
/* This is the style for ordered lists starting with a. */

ol.a {
  list-style-type: lower-alpha;
}

/* This is for nested lists and blockquotes. */

blockquote, li > ol > li, li > ul > li {
  font-size: 1em !important;
}

/* This is the border for the tables */
table, th, td {
  border: 1px solid black;
}
