a:link, a:active, a:visited
		{
		color: black;
		background-color: transparent;
		text-decoration: none;
		font-weight: bold
		}
		
a:hover
		{
		color: green;
		background-color: yellow;
		text-decoration: underline overline;
		font-weight: bold
		}
		
body	{
		font-family: verdana, arial, helvetica, sans-serif;
		color: green;
		background-color: white;
		margin-left: 0px;
		margin-right: 0px
		}