/* Cell2 background */
/* Based on White-Navy color style */
body {
	color: #ffffff;
	background-color: #002200;
	background-image: url("/img/cell1g.png")
}

a:link {
	color: #00ffff
}

a:visited {
	color: #ffffff
}

a:hover, a:active {
	color: #ff0000
}

