@chaarseet "UTF-8";

@font-face {
	font-family: Yu Gothic UI Light;
	src: url(YuGothL.ttc);
}

* {
	margin: 0;
	padding: 0;
}

body{
	margin-left: 10px;
	font-family: 'Yu Gothic UI Light';
	color:#000;
}
body:after {
	content: "";
	display: block;
	clear: both;
}

span {
	color: white;
}

h2 {
	font-size: 18px;
	border-bottom: solid 1px gray;
}

h3 {
	margin-top: 27px;
	font-size: 14px;
}

#left {
	float: left;
}

#left div {
	width: 300px;
	padding: 30px;
	background-image: url(pulu.jpg);
	border: solid 30px rgba(255,164,255,0.7);
	line-height: 50px;
}

xmp {
	line-height: 1.2em;
	font-family: 'Yu Gothic UI Light';
	float: left;
}