/* LAYOUT */

body {
	margin: 0px auto;
	padding: 0px;
	width: 787px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: "Comic Sans MS", Helvetica, sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
}

.episode-title {
	font-size: 1.8em;
	color: #C3EF94;
	margin-left: 5px;
	margin-right: 5px;
}

.apple {
	margin-top: 15px;
}


/* end of LAYOUT */



/* GLOBAL LINKS */

a {
	color: #FFFD4C;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* end of GLOBAL LINKS */



/* MISC */

.highlight img {
	border: 1px solid #FFFD4C;
}

.highlight:hover img {
	border: 1px solid #FFFFFF;
}

.highlight:hover {
	color: #FFFFFF; /* Dumb definition for MSIE */
}
.style1 {color: #FCF50F}
.small {
	font-size: 11px;
}
li {
	font-size: 11px;
}
