/**
 * @file
 * Visual styles for Bartik's lists.
 */

ul.links {
  margin: 10 px;
  padding: 10 px;
  list-style: none;
  color: #cccccc;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  */  font-family: "GothamBook", sans-serif;
  /*font-size: 1.821em;
  */font-size: large;
}
