BODY	{
	margin: 1;
	background-color: #F7EB97;
	font-face: wingdings;
	color:teal;
	border-colour=lightblue;
	}
a:link	{
	color: teal;
	font-weight: bold;
	text-decoration: none;
	font-face: wingdings;
	border-color:yellov;
	}
a:active	{
	color: teal;
	font-weight: bold;
	text-decoration: underline;
	font-face: wingdings;
	}
a:visited	{
	color: teal;
	font-weight: bold;
	text-decoration: none;
	font-face: wingdings;

	}
a:hover	{
	color: teal;
	font-weight: bold;
	text-decoration: underline;
	font-face: wingdings;
	
	}