  body { 
      font-size: 120%;
      font-family: 'Times New Roman', Times, serif;
	background-color: rgb(255, 231, 231);
    }

a:hover {

    color: lightskyblue;
    font-size: 18px;
}
