a:link {
	text-decoration: line-through;
	color: #202020;
}
a:visited {
	text-decoration: line-through;
	color: #202020;
}
a:hover {
	text-decoration: none;
	color: #202020;
}
a:active {
	color: #0000ff;
	text-decoration: line-through;
}


.Int1 {
	font-family: 'Bebas Neue', cursive;
	font-size: 90px;
	color: #f2ddc5;
	line-height: 85px;
	letter-spacing: -0.1rem;
}