body	{	color: White;
		background: Black;
	}
A:link,:visited,:active
	{ 	color: White;
		text-decoration: none;
		font-family: verdana;
		font-weigt: bold;
		font-size: 14pt;
	}
A:hover
	{	color: Red;
	}
span.box { 	border: solid;
		border-width: thin;
		width: 6em;
		color: White;
		padding: 0.2em;
		margin-left: 0.2em;
		margin-top: 0.2em;
	}