﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/index_bj02.jpg);

}
TD {
	FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 20px
}

A {
	COLOR: #000000; TEXT-DECORATION: none;
}
A.title:link {color: #000000; text-decoration: none}
A:hover {
	COLOR: green	 
}

A.title{ color:White;}
A.title:visited {color: white; text-decoration: none}
A.title:link{ color:White;}

.a:link
{
	background-color: transparent;
	text-decoration: none;
	color: #000000;
}
.a:hover {
background-color:Red;
text-decoration: underline;
color: #ff0000;
}
a:visited {
background-color: transparent;
text-decoration: none;
color: #666
}

