/* screen.css */
body {

  font-family: Verdana, Sans-Serif;


}
a:hover {
  background: #00f;
  color: #fff;
}
