h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bolder;
	color: #636;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #900;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #006;
	border-right-color: #F00;
	border-bottom-color: #6C3;
	border-left-color: #FC3;
	background-color: #FF6;
	padding: 5px;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #333;
}
a:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #900;
	background-color: #F9F;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #006;
	border-right-color: #F03;
	border-bottom-color: #390;
	border-left-color: #69C;
}
