.title	{
	font-size: 2em;
	color: red;
	text-align: center;
	}
DT	{
	font-weight: bold;
	color: yellow;
	}
DD	{
	text-indent: 1em;
	line-break: strict;
	margin-bottom: 1em;
	}
BODY	{
	background-color: black;
	color: white;
	
	}
A:link	{color:lime;}
A:visited	{color:lime;}
A:active	{color:aqua;}
A:hover	{color:aqua;}
