body
	{
	color:black;
	background-color:white;
	font-size:100%;
	}
	a:link
	{
	color: blue;
	font-size:200%;
	font-weight:900;
	align : center;
	}
	a:visited
	{
	color:blue;
	}
	a:hover
	{
	color:red;
	}