body	{
	font-family: "New York", Georgia, serif;
	margin: 50px 50px 100px 90px;
	text-align: justify;
	font-weight: normal;
	background: White;
}

a:link	{
	font-family: New York, Georgia, serif;
	color: #313131;
	text-decoration: none;
	background: transparent;
	font-size: 11px;
	font-weight: normal;
}

a:hover {
	font-family: New York, Georgia, serif;
	color: #8E8E8E;
	text-decoration: none;
	background: transparent;
	font-size: 11px;
	font-weight: normal;
}

a:visited  {
	font-family: New York, Georgia, serif;
	color: #D1D1D1;
	text-decoration: none;
	background: transparent;
	font-size: 11px;
	font-weight: normal;
}

