/* CSS Document */
.copyright{
	color: #FF9900;
	font-weight:bold;
}

.copyright a{
	text-decoration: none;
	color: #FF9900;
}
.copyright a:hover{
	text-decoration: underline;
	color: #0099FF;;
}

