@charset "utf-8";

h1 {
}

a:visited {
	text-decoration: underline;
	color: red;
}

.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;
}
#container #content_body .content_box img {
	margin-bottom: 5px;
	margin-left: 10px;
}
.highlight {
	font-weight: bold;
	color: #000066;
	background-color: #FFFF00;
}
