@charset "utf-8";


.review_table {
	border: 2px dotted #666666;
	height: 520px;
}
.rank_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #CC0000;
}
.feature_name {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}
.feature_value {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}
.site_url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
}
.review_text {
	font-family: "Arial", Arial, monospace;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.action_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

