body 	{
	color: #666666;
	font-size: xx-small;
	background-color: #a1a1a1
	text-align: center;
	}

a	{
	text-decoration: none;
	}

a:link	{
	text-decoration: none;
	color: #ddd;
	background-color: inherit;
	}

a:visited {
	text-decoration: none;
	color: #ddd;
	background-color: inherit;
	}

a:hover {
	text-decoration: none;
	color: #ddd;
	border-color: #999
	border-width: 0 0 1px 0;
	border-style: none none none none;
	background-color: inherit;
	}

