/* CSS Document */

body {
	/* background-color: #D71E20; */
	background-color: #FEFF99;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu
{
font-family:"Times New Roman", Times, serif;
font-size:16px;
color: #ff0000;
font-weight:bold;
text-decoration:none;
}
.menu:hover
{
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#FFCC66;
font-weight:bold;
text-decoration:none;
}
.menu:visited
{
font-family:"Times New Roman", Times, serif;
font-size:16px;
color: #ff0000;
font-weight:bold;
text-decoration:none;
}
.counter
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#CCCCCC;
font-weight:bold;
}
.address
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#000000;
font-weight:bold;

}

.cate_title
{
font-family:"Times New Roman", Times, serif;
font-size:16px;
color: #ff0000;
font-weight:bold;

}
.cate_info
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color: #ff0000;
font-weight:bold;
text-decoration: none;
}

.cate_info_price
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color: #ff0000;
text-decoration: none;
}

.tr_painter_mouseover {
	background-color: #ff0000;
	color: #FEFF99;
}
