h1 {
	font-family: sans-serif;
	font-size: 18px;
	color: lime;
	text-decoration: none;
	font-weight: bold;
}
p, blockquote {
	font-family: sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
a {
	text-decoration: underline;
	color: lime;
}
a:visited {
	text-decoration: underline;
	color: lime;
}
a:hover {
	text-decoration: line-through;
	color: silver;
}
body {
	background-color: black;
}
hr {
	color: silver;
	height: 1px;
}