body{ 
  margin-top: 5%;
  margin-left: 15%;
  margin-right: 15%;
  background: #330033;
  color: #FFFFFF;
  font-family: sans-serif;
  text-align: justify;
}

h1{
  text-align: center;
  color: #FF9966;
}

h2{
  margin-left: -5%;
  color: #CCFF99;
  text-decoration: bold;
}

h3{
  margin-left: -5%;
  color: #00CCCC;
  text-decoration: bold;
 } 
  
pict{
  font-family: serif;
  font-weight: bold;
}

a:link{
  color: #8080FF;
  text-decoration: none;
}

a:visited{
  color: #C080FF;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}