/* CSS Document */

/* footer */ 

#Footer {
  color: white;
  text-align: center;
  background: black;
  line-height: 30px;  
}

#Footer a {
  color: white;
  font-size: 12px;  
}

.link-title a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.link-title {
  float: right;
  padding-right: 10px;
  margin-top: -35px;
  position: relative;
}

