@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tr,th,td,
p,address,form,div {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 100%;
}
a,strong,em,abbr,span,img {
	border: none;
}
h1,h2,h3,h4,h5,h6,
ul,ol,dl,dt,dd,
table,tr,th,td,
p,address,form,div {
	zoom: 1;
}
a {
	_height: 1px;
}
ol li {
	zoom: normal;
}
hr {
	display: none;
}
img {
	vertical-align: top;
}

.ex {
	color: red !important;
	font-weight: bold !important;
	background: #fffdd6 !important;
	padding: 3px !important;
	border: 3px solid red !important;
}