a
{
	text-decoration: none;
	color: #C92700;
}

a:hover
{
	text-decoration: underline;
	color: #C92700;
}

body
{
	font-family: Verdana;
	font-size: x-small;
	margin: 0px;
	background-color: #e5d9b0;
	color: #000000;
}
.inputField
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	border-color: #000000;
}

.inputButton
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #ECBB34;
	border-color: #000000;
}

.number
{
	border: 1px solid blue;
	font-family: Courier New;
	font-size: 11px;
}

.date
{
	border: 1px solid Maroon;
	font-family: Courier New;
	font-size: 11px;
}

.double
{
	border: 1px solid Orange;
	font-family: Courier New;
	font-size: 11px;
}

