body {
	background-color:#000000;
	font-size: 13px;
} 

a:link, a:visited, a:focus {
	text-decoration: none;
}
a:link, a:visited, a {
	color: #ff9300;
}
a:active, a:hover {
	color: #ff9300;
}

img {
	border:0px;
}

input, select, textarea {
border:1px solid white;
background-color:black;
color:#ff9300;
}

input[type="submit"]
{
	border:1px solid #ff9300;
	background-color: #e96f00;
	color:#000000;
	width: 18%;
	font-weight: bold;
}
td {
	text-align:left;
}


