body {
	background-image: url("newearth2.gif");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

#s1 a:link, #menu a:visited {
	padding: 1px;
	border-style: none;
}

/* Basic typography
   -------------------------------------------- */

body {
	font-family: "Georgia", serif;
	font-size: 100%;
}

p, td, th, li {
	font-size: 1em;
	line-height: 1.65em;
}


a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
	border: 1px none white;
}
a:hover {
	background-color: #FBF5E1;
	text-decoration: underline;
	color: #0000FF;
}


