body
{
	color:			#94664F;
	background-color: 	#000000;
	margin:			0px;
	padding:		0px;
	font-family:		Arial;
	font-size:		24px;
	border-style:		none;
	overflow:		auto; /*disables scrollbars*/
	/*background image*/
	background-image: url('images/bckgrnd.jpg');
	background-repeat: no-repeat;
	
}

TD.nick
{
	font-size:		12px;
}
TD.little
{
	font-size:		10px;	
}

TD.comment
{
	font-size:		10px;	
	margin-left:		50px;
/*	font-style:		italic;*/
}
table.links
{
	position:		absolute;
	left:			50px;
	top:			310px;
	font-size:		14px;
	font-weight:		bold;
	
}
P
{
	position:		absolute;
	left:			50px;
	top:			380px;
	font-size:		14px;
	font-weight:		bold;
	
}

form
{
	position:		absolute;
	left:			50px;
	top:			380px;
	font-weight:		bold;
}

td
{
	font-weight:		bold;
}

input.button
{
	width:			100px;
}

td.faq
{
	font-size:		12px;	
	text-align:		justify;
}

H1
{
	font-size:		14px;
}

textarea.baner
{
	width:			450px;
	font-size:		12px;
}

input
{
	border-style:		none;
	background-color:	#4C3831;
	font-size:		14px;
	font-weight:		bold;
	color:			#000000;
	width:			80%;

}

textarea
{
	border-style:		none;
	background-color:	#4C3831;
	font-size:		14px;
	font-weight:		bold;
	color:			#000000;
	width:			80%;
	overflow:		auto;
	
}

A
{
	color:			#FF5C01;
	text-decoration:	none;
}

A:hover
{
	text-decoration:	none;
	color:			#FF8F34;
}

HR
{
	color:			#FF5C01;
	background-color:	#FF5C01;
}