body {background-color: #551A8B}
p {
font:"tempus sans itc";
color: #ffffff;
text-align: center;
}

h1,h2,h3,h4,h5,h6 {color:#A020F0; text-align:center}
/*for chapter headings and titles*/

a:link {color: #FFFFFF}     /* unvisited link */
a:visited {color: #9B30FF}  /* visited link */
a:hover {color: #9A32CD}   /* mouse over link */
a:active {color: #4682B4}   /* selected link */