body {
	font: 11px Verdana;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ff8700;
}

input[type=text], input[type=file], input[type=password], textarea {
	border: 1px solid #a5a5a5;
}

input[type=text]:focus, textarea:focus {
	background-color: #e0f2f3;
}
