@charset "utf-8";

.menustyle1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.menustyle1 a {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.menustyle1 a:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	color: #FF3;
	text-decoration: none;
}
.title1 {
	font-family: "Comic Sans MS", cursive;
	font-size: xx-large;
	color: #C00;
	font-weight: bold;
}
.title2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

