/* set global link styles */

	a:link	
		{
			font-family: "Times New Roman" serif;
			color: blue;
			text-decoration: underline;
		}

	a:visited
		{
			font-family: "Times New Roman" serif;
			color: purple;
			text-decoration: underline;
		}


	a:hover	
		{
			font-family: "Times New Roman" serif;
			color: black;
			text-decoration: underline;
		}


	a:active
		{
			font-family: "Times New Roman" serif;
			color: purple;
			text-decoration: underline;
		}



