body {
	background: #0a0b13;
	font-family: 'Verdana', 'Arial';
	font-size: 12pt;
	color: #ffffff;
}

table {
	text-align: left;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

.link-color {
	color: #ffffff;
}

.myspace {
	position: absolute;
	top: 800px;
	left: 20px;
}

.torus {
	font-size: 8pt;
}

#textarea {
	position: absolute;
	top: 50%;
	left: 1%;
	width: 98%;
	height: 50%;
	overflow: auto;
	z-index: 1;
}

#echoesimage {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.echoesbanner {
	position: absolute;
	top: 2%;
	left: 1%;
	width: 98%;
	height: 10%;
	overflow: auto;
	font-size: 14pt;
	font-weight: bold;
	color: #e0e0e0;
	z-index: 1;
}


