BODY {  color: white;
	background-color: black }
A:link { color: #87CEFA }
A:visited { color: green }

#pagetitle { text-align: center }

H2 { font-style: italic; font-family: serif }
H3 { font-family: san-serif }

I { color : crimson }

th { color : lightgreen }

.quote { font-size: large;
positioning: absolute;
font-family: fantasy ;
color: red;
margin-left: 10%;
margin-right: 10%;
text-align: justify;
text-indent: 15px
}
.attrib { color: darkblue;
font-size: smaller ;
font-weight: bold;
font-style: italic;
font-family: sans-serif ;
text-align: right;
margin-right: 10%;
}

p { text-align: justify ; text-indent: 15px }
p.centered { text-align: center }
p.left { text-align: left }
P.note {font-style: italic;
  color: red ;
  text-indent: 0px ;
  font-size: small
}

SPAN.fancyimage { border: ridge black 1em }
