b, h1, h2, h3 {
	color: #545454;
}
h1, h2, h3 {
	font-family: georgia;
	font-weight: normal;
      text-align: center;
}
h1 {
	font-size: 1.3em;
	margin-top: .8em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
p {
	font-size: 1em;
	font-family: georgia;
	font-weight: normal;
	text-align: justify;
      margin-bottom: .2em;
      margin-top: .2em;
      text-indent: 3em
}
li{
	font-size: 1em;
	font-family: georgia;
	font-weight: normal;
	text-align: justify;
}

A {
	color: #26a;
      text-decoration: none;
}
a:visited {
	color: #90a;
}
A:hover {
	color: #fb0;
}
a:active {
	color: #00c;
}