.banner {
	font-family: Tandelle;
	font-size: 100px;
	background-color: #F30;
	border: thick double #000;
}
a:link {
	color: #666;
}
a:visited {
	color: #000;
}


.banner {
}
a:active {
	color: #000;
}

a:hover {
	color: #F00;
}


h2 {
	font-family: Tandelle;
	font-size: 36px;
	font-weight: lighter;
}
