body {
 font-family: Goudy Old Style; Palatino; Palatino Linotype;  Book Antiqua; Times New Roman; Times; serif;
 font-size: 1em; 
 font-weight: normal; 
 margin: 0px; 
 background-color: white;
 }
 
a {
 text-decoration: none;
 }

a:link {
 color: olive;
 }
 
a:visited {
 color: olive;
 }
 
a:hover {
 color: darkorange;
 }
 
a:active {
 color: magenta;
 }
 
a.on {
 color: darkmagenta;
 }
 
#navlist li {
 display: inline;
 }

p.copy {
 font-size: .8em;
 color: gray;
 }
 
p.arrow {
 font-size: 3em;
 }
 
