/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2025 | 12:31:27 */
#toc {
  background-color: white;
  padding: 10px;
}

#toc a {
  color: #022c4b;
  text-decoration: underline;
  padding: 5px;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  #toc a {
    font-size: 17px;
  }
}
ol {
  list-style-type: decimal;
}

.letsgo h1{
	font-size: 27px;
	color: #022c4b;
}

@media screen and (max-width: 600px) {
  .letsgo h1 {
    font-size: 27px;
  }
}

.letsgo p{
	font-size: 20px;
	color: #1e1e1e;
	font-weight: 400;
}

.letsgo h2{
	font-size: 24px;
	color: #022c4b;
}

.letsgo a {
    color: #022c4b;
    text-decoration: underline;
}

.letsgo a:hover {
    color: #005F93;
}

