.linkContainer 
{ 
   margin: 20px 0 0 0px; 
} 

.linkName
{ 
   margin-bottom: 10px;
   font-size: 1.3em;
}

a.linkLocation
{ 
   text-decoration: none;
   color: #fff;
}

a.linkLocation:hover
{
   text-decoration: underline;
   color: #fde200;
}
