.style2 {
	font-size: 36px;
	font-family: "Comic Sans MS";
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
