h1 {
	display: none;
}

.tcenter{
	text-align: center;
}

a:link{
	color: #666666;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #333333;
	text-decoration: none;
}

a:active{
	color: #999999;
	text-decoration: none;
}

