BODY		{
				background-color: #000;
			}
a:link		{
				font-family: Arial;
				font-size: 1em;
				color: #f00;
				text-decoration: none;
				font-weight: bold;
			}
a:visited	{
				font-family: Arial;
				font-size: 1em;
				color: #f00;
				text-decoration: none;
				font-weight: bold;
			}
a:hover		{
				font-family: Arial;
				font-size: 1em;
				background-color:#FC0;
				color: #000; 
				text-decoration: none;
				font-weight: bold;
			}
