
A.intlink{
	background-color: #8d4399;
	color: White;
	text-decoration: none;
}
A:hover.intlink{
	color: Black;
	text-decoration: none;
}


#copy A {
	background-color: White;
	color: #8d4399;
	text-decoration: none;
}
#copy A:hover {
	background-color: #8d4399;
	color: White;
	text-decoration: none;
}

#copy UL {
	list-style-type : circle;
	list-style-image : url(bullet.gif);
}
