/* CSS definition file containing site wide stylesheets */

BODY {
	background-image: url( "C:\\Program Files\\NetObjects\\NetObjects Fusion 8\\Fusion Temp\\Assets\\left nav logo copy.jpg" );
 	background-repeat: repeat-y;
 	background-position: top left
}

A:active {
	color: rgb(204,0,51)
}

A:link {
	color: rgb(204,0,51)
}

A:visited {
	color: rgb(204,0,51)
}

A:hover {
	color: rgb(51,102,51)
}