body {background-color: #FFFFFF; 
}

p { font-family: arial, tahoma, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 12px;
line-height: 1.3
}

p.bold { font-family: arial, tahoma, sans-serif ;
text-decoration:  none; 
color: #4b7001;
font-size: 12px;
font-weight: bold;
line-height: 1.3
}

H1 { font-family: arial, tahoma, sans-serif ;
text-decoration:  none; 
color: #4b7001;
font-size: 12px;
font-weight: bold;
line-height: 1.3
}

ul { font-family: arial, tahoma, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 12px;
}

li { font-family: arial, tahoma, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 12px;
}


a:link {
	color: #4b7001;
	text-decoration: none ;
}

a:visited {
	color: #4b7001;
	text-decoration: none;
}

a:hover, a:active {
	color: #fbfaf4;
	background: #4b7001;
	text-decoration: none;
}


/*Tuan add this CSS for right category*/
td a.categoryLink{
display: block;

color: #4B7003;
text-decoration: none;
font-weight: bold;
width: 150px;
height: 25px;
line-height:25px;
padding-left:10px;
}
td a.categoryLink:hover {
background: #4b6f01;
color: #fff;
width: 150px;
height: 25px;
}
