p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #99CC66;
}
p.just {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #99CC66;
	text-align: justify;
}
body {  font-family: "Courier New", Courier, mono; color: #99CC66; background-color: #003300; background-image: url(/images/bg_code.gif); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
a:link {color: #99FF00;}
a:visited {color: #999999;}
a:active {color: #66FF00; background-color: #333333;}
a:hover {color: #000000; background-color: #669933; text-decoration: overline;}
.footer {
	font-size: 10px;
}
.cast {  font-family: "Courier New", Courier, mono; font-size: 14px; font-weight: bold; color: #000000; background-color: #669900; padding-right: 2px; padding-left: 2px}
.title {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #669900;
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: 2px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #669900;
	height: 22px;
	border: 2px #330066 solid;
	cursor: hand;
	width: 100px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #006600;
	vertical-align: middle;
}

