@charset "utf-8";
/* CSS Document */
/* Topic Heading */

.yellow {
	color: #FF0; /* yellow */
	font-weight: bold;
}

/* Topic information */
.whitelarge {color: #FFF;
	font-weight: bold;
	font-size: 16px;
} /* white */

.red {
	color: #990000; /* red */
	font-weight: bold;
	font-size: 14px;
}
.easter {
	color: #69C; 
	font-weight: bold;
	font-size: 16px;
    text-decoration: underline;
}
.darkblue {
	color: #036;  /* dark blue */
	font-size: 16px;
	font-weight: bold;
}

.purple {
	color: #96C;
	font-weight: bold;
}

.lightmagenta {
	color: #030;
	font-weight: bold;
	font-size: 18px;
}
.black {
	color: #000;
	font-weight: bold;
}
.white {color: #FFF;
	font-weight: bold;
} /* white */

.dayquote {
	color: #306; /* red */
	font-weight: bold;
	font-style: italic;
	font-size:14px;
	margin-left: 20px;
	margin-right: 20px;
}

h8 {
	letter-spacing: -1px;
	font-size: 14px;
}

/*---------------------------------------------*/

/*body{
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
}*/
#FrogJS{
	width: 400px;
	height: 375px;
	margin: 0 auto;
}
#FrogJSCredit{
	text-align: right;
	font-size: 80%;
	color: #999;
	padding: 1px;
}
#FrogJSCaption{
	text-align: left;
	line-height: 140%;
}

