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

