@charset "UTF-8";
/* CSS Document */

<style type="text/css">

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.title {
	font-size: 14px;
	color: #000000;
}
.link_icon {
	font-size: 18px;
	color: #CC0000;
}

</style>
.journal_txt {
	font-size: 12px;
	color: #666666;
}
.date {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.profile {
	font-size: 10px;
	color: #999999;
}
.footnote {
	font-size: 12px;
	color: #666666;
}
.title {
	font-size: 16px;
	color: #333333;
}
.link {
	font-size: 12px;
	color: #CC0000;
}
.caption {
	font-size: 10px;
	color: #CC0000;
}

