#link_content {
  position: fixed;
  top: 200px;
  left: 200px;
  font-size:15px;
  list-style:none;
}

#draggable {
  position: fixed;
  top: 190px;
  left: 192px;
}

#draggable a img {
  border:none;
}

#tagLine {
  position: fixed;
  top: 330px;
  left: 520px;
  font-family:comic-sans;
  font-size:17px;
}

a {
  text-decoration:none;
}

a:visited {
  color:blue;
}

a:hover {
  text-decoration:underline;
}

