@CHARSET "ISO-8859-1";

.menutextSmall {
	font-family: Comic Sans, Comic Sans MS, cursive; 
	color: #808080;
	font-size: 10px;
}

.menutext {
	font-family: Comic Sans, Comic Sans MS, cursive; 
	font-size: 14px;
}

.menutext A:link {
	color: #660066;
	text-decoration: none;
}

.menutext A:visited {
	color:#660066;
	text-decoration:none;
}

.menutext A:active {
	color: #660066;
	text-decoration: underline;
}

.menutext A:focus {
	outline:none;
	color: #660066;
	text-decoration: underline;
}

.menutext A:hover {
	color: #660066;
	text-decoration: underline;
}

a:focus {
	outline:none;
}
