body {
	text-align: left;
	font-family: sans-serif;
	color: #2000a0;
	background-image: url("images/bgGrayGrad.jpeg");
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
}

a {
	text-decoration: underline;
	font-family: sans-serif;
	color: #2000a0;
}

a:link {
	color: #2000a0;
}

a:visited {
	color: #2000a0;
}

a:hover {
	color: #6898e8;
}

a:active {
	color: #6898e8;
}

