body {
  background-image: url(backgroungimgsk.jpg)
  
}
h1 {
  text-align: center;
  color: #2C5F2D;
  font-size: 500%;
  font-family:Garamond
}
h2 {
  color: #597D35;
  font-size: 300%;
}
h3 {
  color: #597D35;
  font-size: 300%;
}
h4 {
  font-size: 120%;
}
h5{
  font-size: 120%;
}
}
h6 {
  color: black;
}
p {
  color: BC6C25;
  font-size: 200%;
  font-family: monospace 
}
table {
  text-align: center;
  background: linear-gradient(to bottom, #00cc99 0%, #33cc33 100%);
}
tr{
  font-size: 120%;
}
th{
  font-size: 120%;
}
dl {
  color: BC6C25;
  font-size: 200%;
  font-family: monospace;
}




