h1 {
font-size: 40px;
font-style: italic;
text-align: center;
}

#employment a {
color: blue;
}

#employment a:hover {
color: red;
background-color: yellow;
}

#employment {
margin-top: 20px;
}

#employment ul {
}