/*
colours:
rgb <.3,.5,.7>, //greyblue			4c7fb2	0
rgb <.6,.3,.2>, //ferrus			994c33	1
rgb <.6,.5,.4>, //dry				997f66	2
rgb <.9,.8,.5>, //sand (bright)		e7cc7f	3
rgb <.1,.5,.2>, //lush grass		197f33	4
rgb <.6,.2,.4>, //imperial			993366	5
rgb <.5,.0,.1>, //blood				7f0019	6
rgb <.75,.55,.5>, //coral			be8b7f	7
rgb <.7,.4,.2> //tan(gerine)		b26633	8

note: only this file need change to switch BGs
*/

body {background-image: url(newwebbg7.jpg); background-repeat: no-repeat; background-color: #be8b7f; background-attachment: fixed; background-position: 0% 100%;} 
a.inverse { text-decoration: none; color: #be8b7f }
a.inverse:hover { color: #000000 }

