a:link {
    color:#000000;
	text-decoration: none;
}
a:visited {
    color:#000000;
	text-decoration: none;
}
a:hover {
    color:#D50000;
	text-decoration: underline;
}
a:active {
    color:#000000;
	text-decoration: none;
}
.shipinbg {
	background-image: url(shipin_bg.jpg);
	background-repeat: repeat-x;
}
.text A:link{
    color:#808000;
	text-decoration:none;
}
.text A:visited{
     color:#808000;
	 text-decoration:none;
	 }
.text A:hover{
     color:#808000;
	 text-decoration:underline;
	 }
.text A:active{
     color:#808000;
	 text-decoration:none;
	 }