/* general */
body,
div, label, p,
form, input, button, select, textarea,
dd, dt, dl,
table, tr, th, td,
h1, h2, h3,
a
{
	margin				: 0;
	padding				: 0;
	font-family			: Verdana, sans-serif;
	font-size			: 100%;
	color				: #000;
}
img
{
	border				: none;
}
a
{
	color: #ff7e00;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
