/*
 * styles.css
 *
 * Computer Science 50
 * Week 10
 */

body
{
  background: #000000;
  color: #ffffff;
}

a
{
  color: #ff0000;
  text-decoration: underline;
}

a:hover
{
  color: #ff0000;
  font-size: 72pt;
  text-decoration: none;
}
