body 
{
  background-image: url('../images/background.jpg');
  font-family: "times new roman", serif;
  font-weight: normal;
  font-size: 90%;
  color: #008000;
  background-color: #ffffff;
  width: 600px; 
  margin-left: auto; 
  margin-right: auto;
}

a:link {color: #008000; background-color: inherit; text-decoration: underline;} 
a:hover {color: #008000; background-color: inherit; text-decoration: none;} 
a:visited {color: #008000; background-color: inherit; text-decoration: underline;}
a:active {text-decoration: underline;} 

.para {margin-top: 5px; margin-bottom: 5px; text-align: justify;}
.para:first-letter {font-size: 140%;}

.supplied {
  font-size: 150%;
  letter-spacing: 0.4em;
  font-weight: bold;
  color: red;
  background-color: inherit;
  text-align: center;
  margin-bottom: 20px;
}

.meerstonetitle {
  font-family: "copperplate gothic bold", times-roman, serif;
  font-size: 130%;
  margin: 0px;
  padding: 0px;
}

.tdtitle {width: 300px;}

.tdmenu a 
{	 
	display: block; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 40px;
	width: 60px;
	border-left: 1px solid rgb(90%,90%,90%);
	border-right: 2px solid rgb(66%,66%,66%);
	border-top: 1px solid rgb(99%,99%,99%);
	border-bottom: 2px solid rgb(66%,66%,66%);
	padding-top: 2px;
	padding-bottom: 2px;
  background-color: #e2e2e2;  
	font-size: 14px;
  text-align: center;
  color: #008000;
}

.tdmenu a:link {text-decoration: none; color: #008000; background-color: #e2e2e2;}
.tdmenu a:visited {text-decoration: none; color: #008000; background-color: #e2e2e2;}
.tdmenu a:hover {text-decoration: none; color: #008000; background-color: #ccc;}

hr.divider 
{
  width: 600px;
  color: #008000;
  background-color: inherit;
	height: 1px;
	margin: 0px;
}  

.border
{
  border-color: #008000; 
  border-style: solid; 
  border-collapse: collapse; 
  border-width: 1px;
}

.boldborder
{
  border-color: #008000; 
  border-style: solid; 
  border-collapse: collapse; 
  border-width: 1px;
  font-weight: bold;
}

img.smallimage 
{
  height: 100px;
  border: none;
  padding-top: 4px;
  padding-bottom: 2px;
}

.initials
{
  border-color: #008000; 
  border-style: solid; 
  border-collapse: collapse; 
  border-width: 1px;
  color: #000000;
  background-color: inherit;
  font-weight: bold;
  text-align: center;
  width: 120px;
}

.nopicture
{
  border-color: #008000; 
  border-style: solid; 
  border-collapse: collapse; 
  border-width: 1px;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

.footer {	
  padding-top: .8em;
	text-align: center;
	font-size: .8em;
	margin-top: 10px;
}

a.hidden {display:none;}
