.link{
	font: 18px "Times New Roman", Times, serif;
	color: blue;
	text-decoration : underline;
}

a:link{
	font: 18px "Times New Roman", Times, serif;
	color: black;
	text-decoration : none;
	}
a:visited{
	font: 18px "Times New Roman", Times, serif;
	color: black;
	text-decoration : none;
}
.table{
	font: 18px "Times New Roman", Times, serif;
	color: black;
	text-decoration : none;
	padding: 0px 0;
	padding-left: 0px;
