A:link
{ text-decoration: none; font-weight:bold; color:black }

A:visited
{ text-decoration: none; font-weight:bold; color:black }

A:active
{ text-decoration: underline overline; font-weight:bold; color:black }

A:hover
{ text-decoration: underline overline; font-weight:bold; cursor:move; color:black }

h3
	{
	font-size: 150%;
	font-weight: normal;
	}

body
	{
	cursor: crosshair;
	font-size: small;
	font-family: Arial, sans-serif;
	}
