img {
	border: 1px solid Silver;
}

body {
	background-color: Black;
	text-align: center;
	font-family: sans-serif;
	color: White;
	font: small;
}
a {
	text-decoration: none;
	color: Gray;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}

a:hover {
	text-decoration: underline;
	color: White;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}

h1 {
	font-family: serif;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: White;
	font-size: large;
}
h3 {
	color: White;
	font-size: medium;
}

