/* CSS for Cartoonists@Large "The Net Before Christmas" */

body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #336633;
}

a:visited {
	color: #339966;
}

a:hover {
	color: #336633;
}

a:active {
	color: #336633;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../the_net_before_xmas/images/circuit_board_sidebar_background.gif);
	background-repeat: repeat-y;
}

.poemType {font-size: 20px}

#navigationBox {
	position:absolute;
	left:0px;
	top:0px;
	width:501px;
	height:31px;
	z-index:1;
}

#stageBox {
	position:absolute;
	left:70px;
	top:32px;
	width:450px;
	height:auto;
	z-index:1;
}

