h1 {
font-size: 40px;
font-style: italic;
}

h2 {
font-style: italic;
}

#links {
text-align: center;
margin-top: 20px;
}

#links a {
color: blue;
}

#links table {
margin-left: auto;
margin-right: auto;
}

#links table td {
padding: 20px;
}

#links img {
border: 7px solid #A8C5F5;
}

#links img:hover {
border: 7px solid yellow;
}