html {
  font-size: 18px;
}
body {
  bgcolor: #ffffff; 
  align: center;
  font-size: 100%; 
  line-height:1.25;
  font-family: 'Times New Roman', Times, serif;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px;
}
.pagename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: oblique;
	color: #99CCFF;
}
p,ul,li {
	font-size: 1rem;
	font-style: normal;
	color: #003399;
}
ul {
    list-style-type: circle;
}
.initials {
	font-size: 0.6rem;
}
h3 {
	font-size: 1.2rem;
	font-style: oblique;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-size: 1.5rem;
	font-style: normal;
	color: #003399;
}

a.name {
	font-size: 1rem;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a.place {
	font-size: 0.9rem;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
