@charset "utf-8";
/* CSS Document */

/* categories _listing php */
/* category name */
.category_title {
	text-decoration: none;
	font-size: 18px;
	color: #003399;
	text-align: right;
	font-weight:bold;
}

.category_name:link, .category_name:active, .category_name:visited   {
	text-decoration: none;
	font-size: 16px;
	color: #003399;
	text-align: right;
	font-weight:bold;
}

.category_name:hover {
	text-decoration: none;
	font-size: 16px;
	color: #990000;
	text-align: right;
	font-weight:bold;	
}

#category_block h1 {
	text-decoration: none;
	font-size: 26px;
	color: #003399;
	text-align: right;
	font-weight:bold;
	margin-top:10px;
	margin-right:20px;
}