#textbox {
	width: 780px;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/textloopinv.jpg);
	background-repeat: repeat-y;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	top: auto;
	padding: 10px;
}
body {
	background-color: #444444;
}

.navilinks {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFFF;
	text-decoration:none
}

a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none
}

a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none
}

a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:line-through
}

a:active{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:line-through
}
