body
{
  background-color:white;
  text:black;
}

a, a:visited, a:hover, a:active
{
  color:blue;
  text-decoration:none;
}

img
{
  border:0;
}

/* index.html */
#despicable_text
{
  float:left;
  font-size:32px;
  font-weight:bold;
  padding:100px 40px 0px 250px;
}

#daffy_image
{
  float:left;
}
