body {
background-color: black; 
color: #FA4B4B;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	font-size: 24;
	padding: 8; 
}

h1 {
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 30px;
  color: #FA4B4B; 
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
  text-align: center;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

a:link, a:visited {text-decoration:none; color:#9a3b91;}
a:hover, a:active {text-decoration:underline; color:#f8edf7;}