A:link 	{
		text-decoration: none;
		font-weight: bold;
		color: blue;
		}
A:active 	{
		text-decoration: none;
		font-weight: bold;
		color: blue;
		}
A:visited 	{
		text-decoration: none;
		font-weight: bold;
		color: green;
		}
A:hover	{
		font-size: 110%;
		font-weight: bold;
		color: red;
		}
