/* custom.css*/
body {
    background-color: black;
	color: white;
	}
	a:link {
		color: white
	}
	a:visited {
		color: white
	}
	a:hover {
		text-decoration: underline
	}
	a:active {
		color: yellow
	}
hr {
    border: none 
    background-color: white
	}
h1 {
  
  color: #1292E4;
  text-decoration: underline;
  text-decoration-color: #D0425F;
  line-height: 1;
}
h2 {
  font-size: 22px;
  color: #white;
  font-weight: bold;
  line-height: 0.9;
 
}

h3 {
  font-size: 24px;
  color: #D0425F;
  font-weight: bold;
}
h4 {
  font-size: 18px;
  color: #999999;
}