body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Garamond, Georgia, serif;
line-height: 1,3;
margin-top: 10px;
  margin-bottom: 20px;
}

p {
  margin-right: 20px;
  margin-left: 20px;
}

h1 {
  color: #663399;
 text-align: center;
}
h2 {
  color: #330066;
text-align: center;
}
h3 {
  color: #330066;
text-align: center;
}
h4 {
  color: #330066;
text-align: center;
}
h5 {
  color: #330066;
text-align: center;
}
h6 {
  color: #330066;
text-align: center;
}

a:link{

color: #003300;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #003333

}

a:hover {

color: #006633

}

a:active {

color: #006600

}

img {
  max-width: 100%;
  height: auto;
}

html {
    scrollbar-color: #FFCCFF #663399;
 
}
::-webkit-scrollbar-track {
    background-color: #FFCCFF;
}

::-webkit-scrollbar-thumb {
    background-color: #663399;
}