body, html, td, input, textarea
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}

body
{
	background-color:  #000000;
	color:  #A6A6A6;
}
	
h1
{
	font-size: 24px;
	color: #C23200;
	text-align: center;
}

input.box
{
	width : 450px;
	border : 1px solid #A6A6A6;
}

input.small
{
	width : 300px;
	border : 1px solid #A6A6A6;
}

textarea
{
	width : 450px;
	height : 250px;
	border : 1px solid #A6A6A6;
}

a
{
	font-weight : bold;
	color: #ffffff;	
}

