@charset "utf-8";

* {
	padding:0;
	margin:0;
}
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#393939;
	background:#ddd;
}
a {
	text-decoration:none;
	color:#6e6e6e;
}
a:hover {
	color:#f00;
}
ul {
	list-style:none;
}
img {
	border:none;
}
.clear {
	clear:both;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	color:#383838;
	font-size:14px;
}
