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

ul.victories-navigation li a,
ul.victories-navigation li a:visited {
	color: rgb(0, 31, 66); /* dark blue */
}

ul.victories-navigation li a:hover {
	color: rgb(231, 79, 32); /* orange */
}

div#primary-content div#victories-wrapper {
	border-top-color: rgb(165, 198, 227);
}

div#victories-wrapper ul li {
	border-bottom-color: rgb(165, 198, 227);
}

h4 {
	color: rgb(0, 31, 66); /* dark blue */
}
