a:link {  
  color: white;
}

a:visited {  
  color: white;
}

a:hover {color:yellow;}

a:link {  
  text-decoration: none;
}

a:visited {  
  text-decoration: none;
}

a:hover {  
  text-decoration: none;
}

a:active {  
  text-decoration: none;
}

#span:hover {  
  background-color: rgba(230, 230, 230, 0.8);
}

#span:hover {  
  background-color: #ebebeb;
}

#span:hover {  
  border-bottom-width: 0px;
}

#span:hover {  
  border-top-width: 0px;
}

#span:hover {  
  border-right-width: 0px;
}

#span:hover {  
  border-left-width: 0px;
}

#span:hover {  
  border-bottom-width: 20px;
}

#span:hover {  
  border-top-width: 20px;
}

#span:hover {  
  border-right-width: 20px;
}

#span:hover {  
  border-left-width: 20px;
}

#span {  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

a:hover {  
  color: yellow;
}

.footer {  
  color: white;
}

.footer:hover {  
  color: yellow;
}

a:hover {  
  color: yellow;
}
p { color: #666666; font-family:Helvetica, Arial;
}
body { color: #666666; font-family:Helvetica, Arial;
}