@import url(screen.css);
a:hover {
 color: gray;
}
#nav {
 background-color: inherit;
}
#nav a:hover {
 text-decoration: underline;
}
