a:link

	{
		text-decoration: none;
	}
	
a:active
	
	{
		text-decoration: none;
	}
	
a:visited

	{
		text-decoration: none;
	}
	
a:hover

	{
		color: #ff0000;
	}
	
div

	{
		text-align: center;
	}
