/* CSS Document */

body {

	background-image:  url("images/background.jpg");

	margin-top: 0px;

	margin-bottom: 0px;

}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;

}

.shadow {
  line-height: 2em;
  white-space: nowrap;
  
}

.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_header:before { content: 'In shadow'; }