@charset "utf-8";
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFC;
}

a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
}

/* CSS Document */

.tinytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #FF9;
}
.tinytext_withspace {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FF9;
}
.largertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FF9;
}
}
.orangetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #E2300A;
	background-color: #FFC;
	padding: 2px;
	line-height: 20px;
}
.squishfontPink {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #F0F;
	}
.squishfont{
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
}
.squishfontBlue {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #0FF;
	}
.squishfontYellow {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FF0;
	}
	
.quotesOrange {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FF8000;
	font-style: italic;
	font-weight: bolder;
	padding-right: 12px;
	padding-left: 12px;
}

