body	{
	color: #ddd;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
}
span	{
	font-size: 11px;
}
p	{
	text-align:left;
}
#e, #ee	, #d, #dd{
	font-weight: 600;
	text-decoration: none;
	color: #FF3333;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 26px;
	
}
select	{
	width: 110px;
	height: 27px;
	font-size: 18px;
	background-color: #FFFF99;
}
input	{
	width: 110px;
	height: 27px;
	font-weight: normal;
	background-color: #FF9;
	border-radius: 5px;
	font-size: 18px;
}
table	{
	width: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
}
td	{
	width: 50%;
	font-size: 20px;
	color: #ddd;
}
.button	{
	height: 45px;
	width: 50%;
	font-weight: 900;
	border-radius: 4px;
	color: #6F6;
	font-size: 20px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,1.00)),color-stop( 100% , rgba(142,142,142,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(142,142,142,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(142,142,142,1.00) 100%);
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	font-style: normal;
	font-variant: small-caps;
}
small {
	font-size: 14px;
}
