@charset "utf-8";
/* CSS Document */
html {background-color: #0B0000;
align-content: center}
body {
	background-color:#0B0000;
}
p {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #61A8C8;
	text-align: left;
	text-indent: 0.5in;
	margin: 0px;
	padding: 5px;
	line-height: 1.5;
}
li {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #61A8C8;
	text-align: left;
	text-indent: 0.5in;
	margin: 0px;
	padding: 5px;
	line-height: 1.5;
}
h1 {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: whitesmoke;
	text-align: center;
	white-space: pre;
	padding: 0px;
	margin: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);	
}

h2 {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 18px;
	color: whitesmoke;
	text-align: center;	
}
h3 {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 16px;
	color: whitesmoke;
	text-align: center;
	
}
h4 {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 16px;
	color: whitesmoke;
	text-align: center;
	font-weight: bold;
	
}
a {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: whitesmoke;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
span {
	font-family: "Helvetica", Helvetica, sans-serif;
	color: #61A8C8;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
	text-align: justify;
	line-height: 1.5;
}
#Table_01 {
  border-collapse: collapse;
  border:0px;
  border-spacing:0px;
}
div {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #61A8C8;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
ol {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #61A8C8;
	text-align: left;
	margin: 10px;
	padding: 10px;
	font-size: 16;
	line-height: 1.5;
}
ul {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #61A8C8;
	text-align: left;
	margin: 10px;
	padding: 10px;
	font-size: 16;
	line-height: 1.5;
}
.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter ol {
  counter-increment: step-counter;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

.custom-counter ol::before {
  position: absolute;
  left: -5px;
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: rgb(0,200,200);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}
A:hover {
	color: #61A8C8;
	font-weight: normal;
	cursor: auto;
}