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

