body {
  background-color: black;
}

h1 {
  color: #00D0FF;
  text-align: center;
  text-transform: uppercase;
   margin: 10px;
    padding: 10px;
     border-style: solid;
    border-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: #B744B8;
  
}

p {
  color: blue;
  font-size: 14pt;
  text-align: center;
  background-color: #CCF6FF;
  border-style: solid;
  border-width: 7px;
    border-left-width: 7px;
    border-right-width: 7px;
    border-color: #170099;
  
}

h3 {
  color: #CCF6FF;
  text-align: center;
  
}

li {
  color: white;
  font-style: italic;
   display: table;
  margin:  auto;
  text-align: center;
  list-style-position: inside;
  
}

 h4 {
   color: blue;
   text-align: center;
 }
 
 body {
 background-image: url("glitter.gif");
}

dl {
  color: white;
}

figure {
  color:White;
}
  
