/* 
	this file controls the format of hyperlinks

						css file list:
	main.css:					sets general layout and content
	hyperlinks.css:		format of hyperlinks
*/


/* ======================= main =================== */
#main-inner a {
text-decoration: none;
color: #0066ff;
font-weight:normal;
}

#main-inner  a:link,
main-inner a:visited {
	color: #0066ff;
}

#main-inner a:hover,
#main-inner a:active {
	color:orange;
}

.home-link a {
    color:#D9B701 !important;
	text-decoration: none;
}

.home-link a:hover {
    color:#fff !important;
}

/* ===== promotions ===== */

#promo a {
text-decoration: none;
color: #9f76b4;
}

#promo a:link,
#promo a:visited {
color: #9f76b4;
}

#promo a:active,
#promo a:hover { 
color: orange;
}



/* ======================= foot-links =================== */
.foot-links a {
text-decoration: none;
color: #0066ff;
margin: 0 5px 20px 5px;
font-size:10px;
letter-spacing:3px;
}

.foot-links a:link,
.foot-links a:visited {
color: #0066ff;
}

.foot-links a:hover,
.foot-links a:active {
color: orange;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* ======================= how about now-links =================== */
#han a {
text-decoration: none;
color: #38AFD7;
}

#han a:link,
#han a:visited {
color: #38AFD7;
}

#han a:hover,
#han a:active {
color: orange;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.han a {
text-decoration: none;
color: #38AFD7;
}

.han a:link,
.han a:visited {
text-decoration: none;
color: #38AFD7;
}

.han a:hover,
.han a:active {
text-decoration: none;
color: orange;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }
