
body {
  background-color: white;
	color: black;
}

h1 {
  color: #191786 ;
  text-align: center;
  background-color: #c9aaff;
  padding: 25px;
  margin-bottom: 25px;
}

p {
  font-family: verdana;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 3px solid black;
}

td {
  padding: 3px;
}

tbody td {
  text-align: center;
}

mark {
	color: #dc0a0a;
	background: none;
}

img {
	display: block;
	margin: auto;
	width: 25%;
}

h4 {
	text-align: center;
}

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: decimal;
}

ul ul {
	list-style-type: disc;
}

.image {
	padding: 20px;
	text-align: center;
	font-style: italic;
	font-size: small;
}

.index a:link {
	color: #5654ab;
}

.index a:hover {
	color: #7acccb;
}

.index {
	text-align: center;
}

.footer {
	position: fixed;
	left: 4;
	bottom: 0;
	width: 100%;
	background-color: #c9aaff;
}

.back {
	font-size: 15px;
	text-align: left;
	text-transform: uppercase;
}