a {
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
	text-decoration: none;
	cursor: hand;
}
a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
}

.text2 {
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: none;
}
