body {
    background-color:Aqua;
    color:Fuchsia;
}

h1 {
    font-family:Georgia;
}

ul {
    font-family:Georgia;
  color:Blue;
}
li {
    font-family:Georgia;
  color:DarkBlue;
}
a{
    font-family:Georgia;
  color:Blue;
}
img {
    border:4px solid Fuchsia;
    padding:5px;
}