/*===========================================================================
	Colors (Home)
	
	This stylesheet defines the colors for the following:
	* Text and links
	* Backgrounds
	* Borders
===========================================================================*/

div#content div#supporting-content {
	color: rgb(0, 31, 66); /* dark blue */
}

div#content div#supporting-content ul li a {
	color: rgb(0, 31, 66); /* dark blue */
}

div#content div#supporting-content ul li a:hover {
	color: rgb(231, 79, 32); /* orange */
}