body
{
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #33ff33;
	background-color: #000000;
	background-image:url(/images/back02.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

div#su2page
{
	width: 80%;
	margin: 0 10% 0 10%;
	padding: 10px;
}

div#su2nav
{
}

div#su2main
{
}

a:link
{
	text-decoration: none;
	color: #ddaa44;
}

a:active
{
	text-decoration: none;
	color: #ffffff;
}

a:visited
{
	text-decoration: none;
	color: #cc7733;
}

a:hover
{
	text-decoration: underline;
	color: #ffcc66;
}

hr
{
	color: #606060;
	height: 1px;
}

small
{
	color: #18af18;
}

td.advhead
{
	background-color: #101010;
}
td.advbody
{
	background-color: #101010;
}


.nosecretspotarea
{
	float: none;
	display: block;
	position: relative;
	left: 20%;
	top: 0%;
	width: 60%;
	height: 300px;
}

a.nosecretspot
{
	position: absolute;
	font-size: large;
	font-weight: bold;
	color: #770000;
	text-decoration: none;
}

a.secretspot
{
	float: right;
	font-size: xx-small;
	color: #770000;
	text-decoration: none;
}

input.sendline
{
	background-color: #660000;
	color: #ffffff;
	border: 0px;
}

