* {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#D1D1D1;
}
body {
	background-color:#282419;
}
a {
	color:#D1D1D1;
	text-decoration:underline;
}
a:hover {
	color:#F4B919;
	text-decoration:underline;
}
h1{
	font-size:14px;
}
input{
	color:black;
}
#error {
	font-weight:bold;
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}
.small {
	font-size:10px;
}
.title {
	color:#CD5F1D;
	font-weight:bold;
	font-size:16px;
}
