body {
	background: darkred;
	color: gold;
	font-family: sans-serif;
	font-size: small;
}

h1 {
	font-family: sans-serif;
}

a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: gold;
	text-decoration: underline;
}
a:visited {
	color: #f0f000;
	font-style: italic;
}
.addr {
	font-size: small;
}
.hd1 {
	font-size: x-large;
	font-weight: bold;
}
.hd2 {
	font-weight: bold;
}