/* Main */
body {
  margin: 0; border: 0; padding: 0;
  background:white;
  color: #000000;
  font-size: 12px;
  font-family: Georgia;
  text-align: center;
}

#shadow
{
	background-image: url(http://www.whiteography.com/bkg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: transparent;
	margin-top: 0px;
}

p, div { font-family: georgia; font-size: 10px; }
small { font-size: 9px; }

a {
  color: #003366;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



