a {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color: red;
}

.rrd {
	text-decoration: none;
	color: #999999;
}
.rrd:hover {
	text-decoration: underline;
	color:#333333;
}
.newstyle {
	text-decoration: none;
	color: silver;
}

.newstyle:hover {
	text-decoration: none;
	color: yellow;
}

.newstyle1 {
	text-decoration: none;
	color: white;
}

.newstyle1:hover {
	text-decoration: none;
	color: yellow;
}

.dope {
	text-decoration: none;
	color: yellow;
}

.dope:hover {
	text-decoration: underline;
	color: #ededed;
}
.dopea {
	text-decoration: none;
	color: gold;
}

.dopea:hover {
	text-decoration: underline;
	color: #ededed;
}