

body {
  background-color:OldLace;
}
ul{color:MediumBlue;
font-size: 25px;
text-align: left;}
p{font-size:20px;
font-family:Times Arial;
color: red;}
h1{font-size:24px;
  color: Sienna;
  text-align: center;
  font-family:Font Arial Narrow;
  }
table,th,td {
  border:2px solid Lightgreen;
  color: Blue;
}