a {
	letter-spacing: 5px;
	text-decoration: none;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	color: #DAA520;
}
h1 a:hover {
	color: red;
	font-size: 40px;
}
h2 a:hover {
	color: red;
	font-size: 30px;
}
a:hover {
	color: #577BE5;
	font-size: larger;
}
a:visited, a:link, a:active {
	color: #4169E1;
}
body {
	background-color: black;
	color: #DCDCDC;
	font-size: 20px;
	text-align: center;
}
h1:first-letter, h2:first-letter {
	font-size: Larger;
	CoLoR: #FFD700;
}
h1:first-letter:hover, h2:first-letter:hover{
	font-size:larger;
}
hr {
	height: 0px;
	border: 1px dashed #005C00;
}
img {
  border: 0px none transparent;
}
.hide {
  display: none;
}