body {
	color: silver;
	font-family: serif;
	background-color: black;
}

a:active	{color: cornflowerblue;}
a:link		{color: steelblue;}
a:visited	 {color: royalblue;}

h1 {
 	text-align: center;
	color: steelblue;
}

h2 {
	text-align: center;
	color: silver;
}

h3	{color: gray;}

.date {
	color: gray;
	font-style: italic;
}