/* 
	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: #990000;
}

#main-inner  a:link,
main-inner a:visited {
	color: #37B54A;
}

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

/* ======================= foot-links =================== */
#foot-contactInfo a {
	text-decoration: none;
	color: #37B54A;
}

#foot-contactInfo a:link,
#foot-contactInfo a:visited {
	color: #37B54A;
}

#foot-contactInfo a:hover,
#foot-contactInfo a:active {
color: orange;
}
