/*  Links  */

a:link, a:visited {
	text-decoration: underline;
	color: #ffe6ae;
}

a:hover {
	text-decoration: underline;
}

/*  Structure  */

body {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #d1d1d1;
	font-family: Arial, Trebuchet MS;
	background: #3e484b;
}

/*  Input */
	
input {
	color: #000000;
	font-family: Arial, Helvetica;
	padding-left: 2px;
	width: 50px;
	font-size: x-small;
	border-color: #f9f9f9;
	background-color: #d1d1d1;
	border: 0px;
}
input:hover {
	color: #000000;
	font-family: Arial, Helvetica;
	padding-left: 2px;
	width: 50px;
	font-size: x-small;
	background-color: #e8e8e8;
}
input.buton{
	color:#000000;
	font-size: x-small;
	width:45px;
	}

/* Error */

#error {
	color: #D9253E;
}
