BODY {
	color: black;
	background: url('bg-blue.gif') rgb(220, 240, 255);
	background-repeat: repeat-y;
	background-position: center;
}

A {
	color: rgb(9,9,146);
}

A:hover {
	color: rgb(0,132,255);
}


