a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.navbar a:active {
	color: #FF9900;
	text-decoration: underline;
}

.checkouton a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.checkouton a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.checkouton a:hover {
	color: #48556A;
	text-decoration: none;
}
.checkouton a:active {
	color: #48556A;
	text-decoration: none;
}
.checkoutoff a:link {
	color: #48556A;
	text-decoration: none;
}
.checkoutoff a:visited {
	color: #48556A;
	text-decoration: none;
}
.checkoutoff a:hover {
	color: #2F9ACE;
	text-decoration: none;
}
.checkoutoff a:active {
	color: #2F9ACE;
	text-decoration: none;
}

