body, table, tr, td, th, input, textarea, button
{
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
}
.menu
{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
}

p {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
}

#inner{
	padding: 5px 5px 5px 10px;
	margin: 0 0 0 0;
	width: 640px;
	height: 365px;
	overflow: auto;
}
a {
	color: White;
	text-decoration: none;
}
a:hover {
	color:Orange;
}

input{
width:120px;
}

textarea {
width:250px;
}
form{
display: inline;
}