BODY			{
				font-style: normal;
				font-weight: normal;
				text-decoration: none;
				color: #8080d0;
				background-color: #ffffff;
			}
A:link			{
				text-decoration: none;
				color: #8080ff;
			}

A:active		{
				text-decoration: none;
				color: #4040ff;
			}

A:visited		{
				text-decoration: none;
				color: #8080ff;
			}

A:hover			{
				text-decoration: underline;
				color: #8080ff;
			}

HR			{
				color: #8080d0;
			}

SMALL			{
				color: #8080d0;
			}

