@charset "utf-8";

h1 {
}

.emphasis {
	font-style: italic;
	font-weight: bold;
}
.info_box_right {
	text-align: center;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	width: 200px;
	background-color: #FFFF66;
	border: thin double #999999;
	font-weight: bold;
}
