.employeeName
{
  color: #032E59;
  font-size: 16px;
  font-weight: bold;
}
.employeeQuote
{
  color: #616161;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}
.name
{
  font-weight: bold;
  font-size: 11px;
}
.value
{
  font-size: 11px;
}
.employeeThumbName
{
  color: #05274C;
  font-size: 14px;
  font-weight: bold;
}
UL .services
{
  list-style-type: square;
  color: Gray;
  font-size: 11px;
}
A
{
  color: Black;
  font-size: 11px;
  text-decoration: none;
}
A:hover
{
  text-decoration: underline;
}