body { 
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        medium;
  color:			black;

  background-color: #FFFFFE; /*Plantation White*/

  background-image:	none;

  width:			600px;
  padding:			20px;
  margin-left:		auto;
  margin-right:		auto;
}

h1 {
  font-size:        125%;
  color:            black;
}

h2 { font-size: 100%; }


a:link {
  color:            #b76666;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}









	